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