fixed (?) version code
This commit is contained in:
parent
9b86243584
commit
8bcc63397f
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ android.applicationVariants.all { variant ->
|
|||
variant.outputs.each { output ->
|
||||
def abiVersionCode = project.ext.abiCodes.get(output.getFilter(OutputFile.ABI))
|
||||
if (abiVersionCode != null) {
|
||||
output.versionCodeOverride = variant.versionCode * 10 + abiVersionCode
|
||||
output.versionCodeOverride = project.android.defaultConfig.versionCode * 10 + abiVersionCode
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue