6.4.0 commit

This commit is contained in:
Xilin Jia 2024-08-26 16:59:29 +01:00
parent ceabe0ece3
commit 3fac43b183
1 changed files with 9 additions and 8 deletions

View File

@ -87,6 +87,15 @@ android {
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
flavorDimensions += ["market"]
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 {
release {