优化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

@@ -1,7 +1,7 @@
## v1.0.6
* 支持切换账号功能
* 登录页青龙图标颜色随颜色主题变换
* 新年快乐主题
* apk大小减少2/3
## v1.0.5
* 优化配置文件编辑功能

View File

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