Skip to content

Commit c42f3d2

Browse files
committed
chore(release): bump versionCode to 35 for v2.5.1 re-upload
Version code 34 was consumed by a failed GitHub Actions deploy run (r0adkll/upload-google-play committed the Play Store edit before the userFraction validation error aborted the workflow). The app content is identical to v2.5.1; only the internal Play Store version code is incremented to unblock the production release upload.
1 parent 8261494 commit c42f3d2

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)