mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-11 20:05:05 -05:00
Increase android versionCode (#4350)
This little update is due to a packaging problem when uploading on play store. They don't permit to re upload an APK with same version code. This case was a fail on openssl packaged version which was old and rejected by Google but they don't remove the APK then i should increase the version code to permit having it on play store
This commit is contained in:
parent
8a98cbda84
commit
919d9d791c
@ -14,7 +14,7 @@ android {
|
||||
buildToolsVersion "23.0.3"
|
||||
|
||||
defaultConfig {
|
||||
versionCode 14
|
||||
versionCode 15
|
||||
versionName "${System.env.VERSION_STR}.${versionCode}"
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 9
|
||||
|
Loading…
Reference in New Issue
Block a user