We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc7edce + 7b15334 commit 3438a98Copy full SHA for 3438a98
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