android:update targetAPI and compileAPI to 31

This commit is contained in:
pengfei.zhou
2021-11-24 17:39:29 +08:00
committed by osborn
parent 265b662ca8
commit 3f49ca125e
5 changed files with 15 additions and 14 deletions

View File

@@ -1,12 +1,12 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 30
buildToolsVersion '30.0.1'
compileSdkVersion 31
buildToolsVersion '30.0.3'
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
targetSdkVersion 31
versionCode 1
versionName "1.0"