Skip to content

Commit

Permalink
increase App version to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtberlin committed Nov 5, 2022
1 parent a6075a5 commit 368a3c8
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -10,8 +10,8 @@ android {
applicationId = "org.asteroidos.sync"
minSdk = 24
targetSdk = 33
versionCode = 24
versionName = "0.24"
versionCode = 25
versionName = "0.25"
}
buildTypes {
named("release") {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/25.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
0.25
* Fixes an issue where users are unable to grant the WRITE_EXTERNAL_STORAGE permission on newer Android versions.
* Fixes an issue where notifications could not be displayed on Android 13.

0 comments on commit 368a3c8

Please sign in to comment.