We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6075a5 commit 368a3c8Copy full SHA for 368a3c8
2 files changed
app/build.gradle.kts
@@ -10,8 +10,8 @@ android {
10
applicationId = "org.asteroidos.sync"
11
minSdk = 24
12
targetSdk = 33
13
- versionCode = 24
14
- versionName = "0.24"
+ versionCode = 25
+ versionName = "0.25"
15
}
16
buildTypes {
17
named("release") {
fastlane/metadata/android/en-US/changelogs/25.txt
@@ -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