summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorNer'zhul <nerzhul@users.noreply.github.com>2016-07-28 13:13:25 +0200
committerest31 <est31@users.noreply.github.com>2016-07-28 13:13:25 +0200
commit919d9d791c7dd2336792c5569a0604b062c8adc8 (patch)
treec1fb98f4e94faf492cc4ec77f9d25f1c29cd6d00 /build
parent8a98cbda8417c713e03d1ac0be80e88cd2f08a0c (diff)
downloadminetest-919d9d791c7dd2336792c5569a0604b062c8adc8.tar.gz
minetest-919d9d791c7dd2336792c5569a0604b062c8adc8.tar.bz2
minetest-919d9d791c7dd2336792c5569a0604b062c8adc8.zip
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
Diffstat (limited to 'build')
-rw-r--r--build/android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/build.gradle b/build/android/build.gradle
index 391e250ad..e0a0a186a 100644
--- a/build/android/build.gradle
+++ b/build/android/build.gradle
@@ -14,7 +14,7 @@ android {
buildToolsVersion "23.0.3"
defaultConfig {
- versionCode 14
+ versionCode 15
versionName "${System.env.VERSION_STR}.${versionCode}"
minSdkVersion 9
targetSdkVersion 9