targetSdkVersion upgrade

This commit is contained in:
huangjian
2022-09-13 17:21:14 +08:00
parent 32d321b41f
commit 7090350376
5 changed files with 9 additions and 9 deletions

View File

@@ -2,10 +2,10 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
android {
compileSdkVersion 30
compileSdkVersion 32
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 32
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"