version:4.4

fix:优化解锁后的app显示
update:
This commit is contained in:
2022-04-20 16:02:43 +08:00
parent 9f6c360a9a
commit 7903e3c21b
7 changed files with 67 additions and 20 deletions

View File

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