]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Increase android versionCode (#4350)
authorNer'zhul <nerzhul@users.noreply.github.com>
Thu, 28 Jul 2016 11:13:25 +0000 (13:13 +0200)
committerest31 <est31@users.noreply.github.com>
Thu, 28 Jul 2016 11:13:25 +0000 (13:13 +0200)
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

build/android/build.gradle

index 391e250ad3dae43c27c45c28ee6450de3ffd0cc7..e0a0a186a28b58e30e144f9c04aee19c14831067 100644 (file)
@@ -14,7 +14,7 @@ android {
        buildToolsVersion "23.0.3"
 
        defaultConfig {
-               versionCode 14
+               versionCode 15
                versionName "${System.env.VERSION_STR}.${versionCode}"
                minSdkVersion 9
                targetSdkVersion 9