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,11 +1,11 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 26
compileSdkVersion 29
defaultConfig {
minSdkVersion 19
targetSdkVersion 26
targetSdkVersion 29
testApplicationId 'com.soundcloud.android.crop.test'
testInstrumentationRunner 'android.test.InstrumentationTestRunner'