Skip to content

Commit 919d9d7

Browse files
nerzhulest31
authored andcommittedJul 28, 2016
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
1 parent 8a98cbd commit 919d9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
buildToolsVersion "23.0.3"
1515

1616
defaultConfig {
17-
versionCode 14
17+
versionCode 15
1818
versionName "${System.env.VERSION_STR}.${versionCode}"
1919
minSdkVersion 9
2020
targetSdkVersion 9

0 commit comments

Comments
 (0)
Please sign in to comment.