diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f481133..d3fd7c7 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 = 21 - versionName = "2.9" + versionCode = 22 + versionName = "2.10" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }