Update build.gradle
android version code 43->45 (due to problems uploading to google-play)
This commit is contained in:
parent
a85c742d7a
commit
50c5581e03
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "btools.routingapp"
|
applicationId "btools.routingapp"
|
||||||
|
|
||||||
versionCode 43
|
versionCode 45
|
||||||
versionName project.version
|
versionName project.version
|
||||||
|
|
||||||
resValue('string', 'app_version', defaultConfig.versionName)
|
resValue('string', 'app_version', defaultConfig.versionName)
|
||||||
|
|
Loading…
Reference in a new issue