Skip to content

Commit

Permalink
修改retrofit版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
neilyhe committed Oct 16, 2024
1 parent c38e313 commit 926b915
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ dependencies {

implementation 'com.github.chrisbanes:PhotoView:2.3.0'

implementation 'com.squareup.retrofit2:retrofit:2.11.0'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'

implementation 'com.yangy:YZxing-lib:2.2'
implementation 'com.alibaba:fastjson:2.0.31'
Expand Down
2 changes: 1 addition & 1 deletion sdk/explorer-link-rtc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {

dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.squareup.retrofit2:converter-gson:2.0.2'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.tencent.liteav:LiteAVSDK_TRTC:9.2.10641'
implementation 'com.squareup.picasso:picasso:2.71828'
Expand Down
2 changes: 2 additions & 0 deletions sdkdemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ dependencies {

if (findProject(':sdk:video-link-android') != null) {
api project(path: ':sdk:video-link-android')
}else {
implementation 'com.tencent.iot.video:video-link-android:+'
}

// implementation 'com.tencent.iot.thirdparty.android:ijkplayer-java:1.0.7'
Expand Down

0 comments on commit 926b915

Please sign in to comment.