diff --git a/app/build.gradle b/app/build.gradle index a151326dcc..408f45c328 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,8 +21,8 @@ android { applicationId "de.westnordost.streetcomplete" minSdkVersion 17 targetSdkVersion 26 - versionCode 500 - versionName "5.0-beta1" + versionCode 501 + versionName "5.0-beta2" testInstrumentationRunner "android.test.InstrumentationTestRunner" buildConfigField "String", "MAPZEN_API_KEY", MAPZEN_API_KEY }