diff --git a/app/build.gradle b/app/build.gradle index 4fd0a666d3..6d433cb56b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,8 +30,8 @@ android { applicationId "de.westnordost.streetcomplete" minSdkVersion 17 targetSdkVersion 28 - versionCode 1200 - versionName "12.0-beta1" + versionCode 1201 + versionName "12.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "String", "MAPZEN_API_KEY", MAPZEN_API_KEY }