compileSdkVersion升级

This commit is contained in:
oujunhui
2020-04-02 16:20:03 +08:00
parent 2f9d26fd7e
commit 783bb08358
6 changed files with 11 additions and 11 deletions

View File

@@ -1,10 +1,10 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 27
compileSdkVersion 29
defaultConfig {
minSdkVersion 19
targetSdkVersion 26
targetSdkVersion 29
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"