diff --git a/app/build.gradle b/app/build.gradle index 31c8bf2578..43118203a7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,8 +21,8 @@ android { applicationId "de.westnordost.streetcomplete" minSdkVersion 17 targetSdkVersion 26 - versionCode 503 - versionName "5.1" + versionCode 504 + versionName "5.2" testInstrumentationRunner "android.test.InstrumentationTestRunner" buildConfigField "String", "MAPZEN_API_KEY", MAPZEN_API_KEY }