version:2.7

fix:更新桌面唤醒
add:
This commit is contained in:
2022-02-25 14:13:57 +08:00
parent a51b5ff4df
commit 0f081cd8d5
4 changed files with 9 additions and 9 deletions

View File

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