优化apk大小

This commit is contained in:
jyuesong
2022-01-25 09:22:26 +08:00
parent a89b546755
commit 014fbe78bf
2 changed files with 4 additions and 1 deletions

View File

@@ -47,6 +47,9 @@ android {
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
ndk {
abiFilters 'armeabi-v7a'
}
}
buildTypes {