diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 435c7128..e2f98d34 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -35,8 +35,8 @@ android { applicationId = "de.stephanlindauer.criticalmaps" minSdk = 26 targetSdk = 37 - versionCode = 104 - versionName = "3.1.2" + versionCode = 105 + versionName = "3.1.3" vectorDrawables.useSupportLibrary = true testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"