File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ android {
4040
4141dependencies {
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'
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments