Skip to content

Commit 368a3c8

Browse files
committed
increase App version to 25
1 parent a6075a5 commit 368a3c8

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId = "org.asteroidos.sync"
1111
minSdk = 24
1212
targetSdk = 33
13-
versionCode = 24
14-
versionName = "0.24"
13+
versionCode = 25
14+
versionName = "0.25"
1515
}
1616
buildTypes {
1717
named("release") {
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
0.25
2+
* Fixes an issue where users are unable to grant the WRITE_EXTERNAL_STORAGE permission on newer Android versions.
3+
* Fixes an issue where notifications could not be displayed on Android 13.

0 commit comments

Comments
 (0)