Skip to content

Commit

Permalink
Bump version to v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitsaibot authored and Gitsaibot committed Jul 30, 2023
1 parent a6ba973 commit 7f3b536
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "net.gitsaibot.af"
minSdk 21
targetSdk 33
versionCode 11
versionName '2.0'
versionCode 12
versionName '2.1'
buildConfigField("String", "USER_AGENT", "\"" + keyProperties['user_agent'] + "\"")
buildConfigField("String", "API_KEY", "\"" + keyProperties['apiKey'] + "\"")
buildConfigField("String", "USER_GEONAMES", "\"" + keyProperties['user_geonames'] + "\"")
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Small bugfixes

0 comments on commit 7f3b536

Please sign in to comment.