1、还原 targetSdkVersion : 29
2、升级换肤SDK兼容targetSdkVersion : 29
This commit is contained in:
donghongyu-pc
2024-10-23 11:40:39 +08:00
parent a48735fb83
commit 7a6fc98f3d
2 changed files with 2 additions and 2 deletions

View File

@@ -252,7 +252,7 @@ ext {
compileSdkVersion : 33,
buildToolsVersion : "29.0.2",
minSdkVersion : 23,
targetSdkVersion : 28,
targetSdkVersion : 29,
koomxhook : "com.kuaishou.koom:xhook-static:2.2.0",
]
}