Skip to content

Commit

Permalink
Increase android versionCode (#4350)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nerzhul authored and est31 committed Jul 28, 2016
1 parent 8a98cbd commit 919d9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/android/build.gradle
Expand Up @@ -14,7 +14,7 @@ android {
buildToolsVersion "23.0.3"

defaultConfig {
versionCode 14
versionCode 15
versionName "${System.env.VERSION_STR}.${versionCode}"
minSdkVersion 9
targetSdkVersion 9
Expand Down

0 comments on commit 919d9d7

Please sign in to comment.