version:3.0

fix:
update:文件夹增加默认名字
This commit is contained in:
2022-03-07 18:08:51 +08:00
parent f43e348a75
commit e33b21142f
6 changed files with 10 additions and 7 deletions

View File

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