Bump versionCode to 6; docs: versionCode bump required for Play uploads

This commit is contained in:
Tretzi
2026-04-15 10:49:42 -05:00
parent 6c312edf91
commit ba4986e8c5
2 changed files with 7 additions and 2 deletions

View File

@@ -13,8 +13,8 @@ android {
applicationId = "solutions.tretter.mindmachine"
minSdk = 26
targetSdk = 35
versionCode = 5
versionName = "1.0"
versionCode = 6
versionName = "1.0.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}