diff --git a/musicapi/build.gradle b/musicapi/build.gradle index 08e1d41..dea5d98 100644 --- a/musicapi/build.gradle +++ b/musicapi/build.gradle @@ -6,11 +6,11 @@ apply plugin: 'com.github.dcendents.android-maven' group='com.github.caiyonglong' android { - compileSdkVersion 27 + compileSdkVersion 29 defaultConfig { minSdkVersion 21 - targetSdkVersion 27 + targetSdkVersion 29 versionCode 5 versionName "1.0.4" @@ -42,7 +42,7 @@ dependencies { implementation "com.squareup.retrofit2:retrofit:$retrofit_version" implementation files('libs/tbs_sdk_thirdapp_v3.6.0.1310_43612_sharewithdownload_withoutGame_obfs_20180706_163319.jar') - implementation 'androidx.appcompat:appcompat:1.0.2' + implementation 'androidx.appcompat:appcompat:1.1.0' } // build a jar with source files