From 919d9d791c7dd2336792c5569a0604b062c8adc8 Mon Sep 17 00:00:00 2001 From: Ner'zhul Date: Thu, 28 Jul 2016 13:13:25 +0200 Subject: 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 --- build/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') 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 -- cgit v1.2.3