Skip to content
Snippets Groups Projects
Commit 14b64281 authored by Taras's avatar Taras
Browse files

Change abi versions

parent 287ae046
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ android.applicationVariants.configureEach { variant -> ...@@ -91,7 +91,7 @@ android.applicationVariants.configureEach { variant ->
def baseAbiVersionCode = project.ext.abiCodes.get(output.getFilter(OutputFile.ABI)) def baseAbiVersionCode = project.ext.abiCodes.get(output.getFilter(OutputFile.ABI))
if (baseAbiVersionCode != null) { if (baseAbiVersionCode != null) {
output.versionCodeOverride = output.versionCodeOverride =
baseAbiVersionCode * 1000 + variant.versionCode variant.versionCode * 100 + baseAbiVersionCode
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment