diff --git a/app/build.gradle b/app/build.gradle index 152b94c488..975cd66fcc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,8 +21,8 @@ android { applicationId "de.westnordost.streetcomplete" minSdkVersion 17 targetSdkVersion 27 - versionCode 803 - versionName "8.2" + versionCode 804 + versionName "8.3" testInstrumentationRunner "android.test.InstrumentationTestRunner" buildConfigField "String", "MAPZEN_API_KEY", MAPZEN_API_KEY }