Bump versionCode to 15, versionName to 1.1.0 for AAB release

This commit is contained in:
Tretzi
2026-04-16 18:12:00 -05:00
parent bc014951e5
commit 95cb3de029

View File

@@ -15,8 +15,8 @@ android {
applicationId = "solutions.tretter.mindmachine" applicationId = "solutions.tretter.mindmachine"
minSdk = 26 minSdk = 26
targetSdk = 35 targetSdk = 35
versionCode = 14 versionCode = 15
versionName = "1.0.9" versionName = "1.1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }