「Update」

1、换肤SDK兼容 targetSdkVersion >= 29
This commit is contained in:
donghongyu
2024-10-22 20:26:25 +08:00
parent fcd4b3b6a9
commit 37ebe37a25
4 changed files with 32 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ ext {
compileSdkVersion: 29,
buildToolsVersion: "29.0.2",
minSdkVersion : 19,
targetSdkVersion : 28,
targetSdkVersion : 29,
]
dependencies = [
kotlinstdlibjdk7 : "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${kotlin_version}",