diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 660e1c66..d8c1ef0f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -35,8 +35,8 @@ android { applicationId = "de.stephanlindauer.criticalmaps" minSdk = 26 targetSdk = 36 - versionCode = 50 - versionName = "2.9.2" + versionCode = 101 + versionName = "3.0.0" vectorDrawables.useSupportLibrary = true testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"