version:2.1 MTK

fix:
update:优化aihua图标显示
This commit is contained in:
2022-04-26 16:13:25 +08:00
parent 6bd36a3afb
commit dd2d56768a
2 changed files with 12 additions and 2 deletions

View File

@@ -65,8 +65,12 @@ android {
defaultConfig {
minSdkVersion 26
targetSdkVersion 28
versionCode 36
versionName "4.5"
//MTK
versionCode 12
versionName "2.1"
// //cube
// versionCode 36
// versionName "4.5"
ndk {
//选择要添加的对应 cpu 类型的 .so 库。
abiFilters 'armeabi', 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'