We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8261494 + c42f3d2 commit 05751c2Copy full SHA for 05751c2
1 file changed
android/app/build.gradle.kts
@@ -20,7 +20,7 @@ android {
20
applicationId = "dev.dettmer.simplenotes"
21
minSdk = 24
22
targetSdk = 36
23
- versionCode = 34 // 🆕 v2.5.1 - Note colour sorting
+ versionCode = 35 // 🆕 v2.5.1 - Note colour sorting (code 34 consumed by failed API upload)
24
versionName = "2.5.1" // 🆕 v2.5.1 - Note colour sorting
25
26
// APK-Size: nur tatsächlich gepflegte Locales ausliefern. AndroidX/Material/
0 commit comments