Skip to content

Commit 926b915

Browse files
committed
修改retrofit版本号
1 parent c38e313 commit 926b915

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ dependencies {
180180

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

183-
implementation 'com.squareup.retrofit2:retrofit:2.11.0'
183+
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
184184

185185
implementation 'com.yangy:YZxing-lib:2.2'
186186
implementation 'com.alibaba:fastjson:2.0.31'

sdk/explorer-link-rtc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040

4141
dependencies {
4242
implementation 'androidx.appcompat:appcompat:1.2.0'
43-
implementation 'com.squareup.retrofit2:converter-gson:2.0.2'
43+
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
4444
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
4545
implementation 'com.tencent.liteav:LiteAVSDK_TRTC:9.2.10641'
4646
implementation 'com.squareup.picasso:picasso:2.71828'

sdkdemo/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ dependencies {
135135

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

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

0 commit comments

Comments
 (0)