diff --git a/app/build.gradle b/app/build.gradle index b746cd5d1a..4527387138 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "de.westnordost.streetcomplete" minSdkVersion 17 targetSdkVersion 26 - versionCode 202 - versionName "2.2" + versionCode 203 + versionName "2.3" testInstrumentationRunner "android.test.InstrumentationTestRunner" buildConfigField "String", "MAPZEN_API_KEY", MAPZEN_API_KEY }