diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1d9d6a3..8c023f7 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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"