Skip to content

Commit

Permalink
upgrade version - 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvmike committed Nov 15, 2024
1 parent 27ace03 commit a49dd96
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -32,8 +32,8 @@ android {
applicationId = namespace
minSdk = minAndroidVersion
targetSdk = androidVersion
versionCode = 85
versionName = "2.17.2"
versionCode = 86
versionName = "2.18.0"

multiDexEnabled = true
}
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/86.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
v2.18.0
- support for android 15
- fix status bar theme on preferences screen
- fix some basque translations
- technical maintenance

0 comments on commit a49dd96

Please sign in to comment.