Skip to content

Commit 3438a98

Browse files
authored
Merge pull request #75 from inventory69/feature/v2.5.1-versioncode-fix
chore(release): bump versionCode to 35 for v2.5.1 re-upload
2 parents bc7edce + 7b15334 commit 3438a98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android {
2020
applicationId = "dev.dettmer.simplenotes"
2121
minSdk = 24
2222
targetSdk = 36
23-
versionCode = 34 // 🆕 v2.5.1 - Note colour sorting
23+
versionCode = 35 // 🆕 v2.5.1 - Note colour sorting (code 34 consumed by failed API upload)
2424
versionName = "2.5.1" // 🆕 v2.5.1 - Note colour sorting
2525

2626
// APK-Size: nur tatsächlich gepflegte Locales ausliefern. AndroidX/Material/

0 commit comments

Comments
 (0)