diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e3869f9..b36a9a9 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -16,8 +16,8 @@ android { applicationId = "com.cherret.zaprett" minSdk = 29 targetSdk = 35 - versionCode = 24 - versionName = "2.12" + versionCode = 25 + versionName = "2.13" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } @@ -124,4 +124,4 @@ dependencies { androidTestImplementation(libs.androidx.ui.test.junit4) debugImplementation(libs.androidx.ui.tooling) debugImplementation(libs.androidx.ui.test.manifest) -} \ No newline at end of file +}