6.4.0 commit
This commit is contained in:
parent
ceabe0ece3
commit
3fac43b183
|
@ -87,6 +87,15 @@ android {
|
||||||
compose true
|
compose true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// splits {
|
||||||
|
// abi {
|
||||||
|
// enable true
|
||||||
|
// reset()
|
||||||
|
// include "arm64-v8a" // Specify the ABI you want to split.
|
||||||
|
// universalApk true // This will generate a universal APK that includes all ABIs.
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
|
||||||
// from playFlavor.gradle
|
// from playFlavor.gradle
|
||||||
flavorDimensions += ["market"]
|
flavorDimensions += ["market"]
|
||||||
productFlavors {
|
productFlavors {
|
||||||
|
@ -125,14 +134,6 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
splits {
|
|
||||||
abi {
|
|
||||||
enable true
|
|
||||||
reset()
|
|
||||||
include "arm64-v8a" // Specify the ABI you want to split.
|
|
||||||
universalApk true // This will generate a universal APK that includes all ABIs.
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|
Loading…
Reference in New Issue