Skip to content

Commit

Permalink
Bump version to v2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitsaibot authored and Gitsaibot committed Nov 12, 2023
1 parent 483f1f2 commit 7b32ebf
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 24
targetSdk 34
versionCode 14
versionName '2.3'
versionCode 15
versionName '2.4'
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/15.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixed a bug that prevented the retrieval of weather data in the UTC 0 time zone.

0 comments on commit 7b32ebf

Please sign in to comment.