Set abiFilters via global variable in settings.gradle

This commit is contained in:
robotchaoX 2023-05-30 15:01:07 +08:00
parent 495b3eba96
commit 71b5d83525
75 changed files with 75 additions and 74 deletions

View file

@ -26,6 +26,7 @@ allprojects {
}
ext {
abiFilters = "arm64-v8a"
minSdkVersion = 19
targetSdkVersion = 26
compileSdkVersion = 26