Skip to content

Commit

Permalink
Merge pull request #1 from madkileras/hotfix-correcion-version
Browse files Browse the repository at this point in the history
[BCHK-278] Correción de versionamiento
  • Loading branch information
gabrielKunder authored Oct 10, 2019
2 parents 58dda06 + ae06ade commit 2b25a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/android/xwalk.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@ cdvPluginPostBuildExtras.add({
if (xwalk64bit != null) {
productFlavors {
x86_64 {
versionCode defaultConfig.versionCode + 6
versionCode defaultConfig.versionCode*10 + 6
ndk {
abiFilters "x86_64", ""
}
}
arm64 {
versionCode defaultConfig.versionCode + 9
versionCode defaultConfig.versionCode*10 + 9
ndk {
abiFilters "arm64-v8a", ""
}
Expand Down

0 comments on commit 2b25a2f

Please sign in to comment.