We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 614814a commit 5756d61Copy full SHA for 5756d61
app/build.gradle.kts
@@ -10,8 +10,8 @@ android {
10
applicationId = "org.asteroidos.sync"
11
minSdk = 24
12
targetSdk = 33
13
- versionCode = 28
14
- versionName = "0.28"
+ versionCode = 29
+ versionName = "0.29"
15
}
16
buildTypes {
17
named("release") {
fastlane/metadata/android/en-US/changelogs/29.txt
@@ -0,0 +1,3 @@
1
+0.29
2
+ * Fixes a bug that could cause stability issues (Thanks argosphil!)
3
+ * Translation improvements
0 commit comments