Skip to content

Commit

Permalink
upgrade version - 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvmike committed Feb 18, 2023
1 parent f471d35 commit 7eacaec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId = namespace
minSdk = minAndroidVersion
targetSdk = androidVersion
versionCode = 58
versionName = "2.8.1"
versionCode = 59
versionName = "2.9.0"

multiDexEnabled = true
}
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/59.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
v2.9.0
- add calendar setting (gregorian/holocene)

0 comments on commit 7eacaec

Please sign in to comment.