Bump versionCode to 17, versionName to 1.0.12 for ad-free debug builds

This commit is contained in:
Tretzi
2026-04-16 18:58:58 -05:00
parent d3f21094ff
commit a1a3f2ab8c

View File

@@ -15,8 +15,8 @@ android {
applicationId = "solutions.tretter.mindmachine"
minSdk = 26
targetSdk = 35
versionCode = 16
versionName = "1.0.11"
versionCode = 17
versionName = "1.0.12"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
@@ -57,6 +57,7 @@ android {
}
buildFeatures {
compose = true
buildConfig = true
}
composeOptions {
kotlinCompilerExtensionVersion = "2.1.0"