Skip to content

Commit

Permalink
Fix versionCode for 4.59.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed May 22, 2020
1 parent f20f680 commit 9651d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ android {
}

defaultConfig {
versionCode canonicalVersionCode * postFixSize
versionCode canonicalVersionCode * postFixSize + abiPostFix['universal']
versionName project.hasProperty('ci') ? commitTag : canonicalVersionName

minSdkVersion 19
Expand Down

0 comments on commit 9651d1b

Please sign in to comment.