[Modify]安卓10以上适配

This commit is contained in:
wushaocheng
2023-04-13 16:58:18 +08:00
parent e208dc6950
commit c678061633
8 changed files with 22 additions and 19 deletions

View File

@@ -2,11 +2,11 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
android {
compileSdkVersion 32
compileSdkVersion COMPILE_SDK_VERSION.toInteger()
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
minSdkVersion MIN_SDK_VERSION.toInteger()
targetSdkVersion TARGET_SDK_VERSION.toInteger()
renderscriptTargetApi 26
renderscriptSupportModeEnabled true