mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
优化apk大小
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
## v1.0.6
|
## v1.0.6
|
||||||
* 支持切换账号功能
|
* 支持切换账号功能
|
||||||
* 登录页青龙图标颜色随颜色主题变换
|
* 登录页青龙图标颜色随颜色主题变换
|
||||||
* 新年快乐主题
|
* apk大小减少2/3
|
||||||
|
|
||||||
## v1.0.5
|
## v1.0.5
|
||||||
* 优化配置文件编辑功能
|
* 优化配置文件编辑功能
|
||||||
|
|||||||
@@ -47,6 +47,9 @@ android {
|
|||||||
targetSdkVersion flutter.targetSdkVersion
|
targetSdkVersion flutter.targetSdkVersion
|
||||||
versionCode flutterVersionCode.toInteger()
|
versionCode flutterVersionCode.toInteger()
|
||||||
versionName flutterVersionName
|
versionName flutterVersionName
|
||||||
|
ndk {
|
||||||
|
abiFilters 'armeabi-v7a'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|||||||
Reference in New Issue
Block a user