Skip to content

Commit

Permalink
Update version to 1.2.0(3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Nov 3, 2023
1 parent bf19d42 commit b113796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'] + "\""
Expand Down

0 comments on commit b113796

Please sign in to comment.