Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoyiZhang committed Mar 15, 2020
1 parent d84bd0b commit 00a80f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions musicapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 00a80f7

Please sign in to comment.