diff --git a/app/build.gradle b/app/build.gradle index 85c11e9..cc0aaab 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "ua.com.radiokot.osmanddisplay" minSdk 26 targetSdk 33 - versionCode 2 - versionName "1.1.0" + versionCode 3 + versionName "1.2.0" if (keystoreProperties['mapboxPublicToken'] != null) { buildConfigField 'String', 'MAPBOX_PUBLIC_TOKEN', "\"" + keystoreProperties['mapboxPublicToken'] + "\""