Skip to content

Commit

Permalink
upgrade version - 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvmike committed Oct 18, 2023
1 parent 1feb873 commit 4ccd0bc
Show file tree
Hide file tree
Showing 2 changed files with 8 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 = 77
versionName = "2.12.7"
versionCode = 78
versionName = "2.13.0"

multiDexEnabled = true
}
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/78.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
v2.13.0
- use system's first day of week on Android >= 14
- use per app language locale preference on Android >= 13
- settings screen to follow system theme
- added italian language
- technical maintenance

0 comments on commit 4ccd0bc

Please sign in to comment.