mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
parent
cfa58a5661
commit
73edf4de7b
@ -174,10 +174,11 @@ android {
|
|||||||
compileSdkVersion cdvCompileSdkVersion
|
compileSdkVersion cdvCompileSdkVersion
|
||||||
buildToolsVersion cdvBuildToolsVersion
|
buildToolsVersion cdvBuildToolsVersion
|
||||||
|
|
||||||
//This code exists for Crosswalk and other Native APIs.
|
// This code exists for Crosswalk and other Native APIs.
|
||||||
//By default, we multiply the existing version code in the Android Manifest by 10 and
|
// By default, we multiply the existing version code in the
|
||||||
//add a number for each architecture. If you are not using Crosswalk or SQLite, you can
|
// Android Manifest by 10 and add a number for each architecture.
|
||||||
//ignore this chunk of code, and your version codes will be respected.
|
// If you are not using Crosswalk or SQLite, you can
|
||||||
|
// ignore this chunk of code, and your version codes will be respected.
|
||||||
|
|
||||||
if (Boolean.valueOf(cdvBuildMultipleApks)) {
|
if (Boolean.valueOf(cdvBuildMultipleApks)) {
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
Loading…
Reference in New Issue
Block a user