File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ dependencies {
129129 implementation ' com.android.support:multidex:1.0.3'
130130
131131 // WebSocket
132- implementation " org.java-websocket:Java-WebSocket:1.4.0 "
132+ implementation " org.java-websocket:Java-WebSocket:1.5.7 "
133133 // EventBus
134134 implementation ' org.greenrobot:eventbus:3.1.1'
135135
@@ -180,10 +180,10 @@ dependencies {
180180
181181 implementation ' com.github.chrisbanes:PhotoView:2.3.0'
182182
183- implementation ' com.squareup.retrofit2:retrofit:2.0.2 '
183+ implementation ' com.squareup.retrofit2:retrofit:2.11.0 '
184184
185185 implementation ' com.yangy:YZxing-lib:2.2'
186- implementation ' com.alibaba:fastjson:1.2.73 '
186+ implementation ' com.alibaba:fastjson:2.0.31 '
187187 implementation " com.tencent.iot.thirdparty.android:esptouch:0.3.7.2"
188188 implementation " com.github.skydoves:progressview:1.1.2"
189189 implementation ' com.belerweb:pinyin4j:2.5.0'
Original file line number Diff line number Diff line change @@ -671,7 +671,7 @@ Didn't find class "org.java_websocket.client.WebSocketClient"
671671
672672dependencies {
673673
674- implementation "org.java-websocket:Java-WebSocket:1.4.0 "
674+ implementation "org.java-websocket:Java-WebSocket:1.5.6 "
675675
676676}
677677
Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ dependencies {
3434 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
3535 implementation ' androidx.appcompat:appcompat:1.1.0'
3636 implementation ' androidx.core:core-ktx:1.2.0'
37- implementation ' com.alibaba:fastjson:1.2.73 '
37+ implementation ' com.alibaba:fastjson:2.0.31 '
3838 implementation " com.tencent.iot.thirdparty.android:esptouch:0.3.7.2"
3939 testImplementation ' junit:junit:4.12'
4040 androidTestImplementation ' androidx.test:runner:1.2.0'
4141 androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
4242 // WebSocket
43- implementation " org.java-websocket:Java-WebSocket:1.4.0 "
43+ implementation " org.java-websocket:Java-WebSocket:1.5.7 "
4444 // kotlin协程
4545 implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.4'
4646 // 腾讯地图定位
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
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'
47- implementation ' com.alibaba:fastjson:1.2.73 '
47+ implementation ' com.alibaba:fastjson:2.0.31 '
4848
4949}
5050
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
4545 testImplementation ' junit:junit:4.+'
4646 androidTestImplementation ' androidx.test.ext:junit:1.1.2'
4747 androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0'
48- implementation ' com.alibaba:fastjson:1.2.73 '
48+ implementation ' com.alibaba:fastjson:2.0.31 '
4949 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
5050 // kotlin协程
5151 implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.4'
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ dependencies {
9797 }
9898
9999 // WebSocket
100- implementation " org.java-websocket:Java-WebSocket:1.4.0 "
100+ implementation " org.java-websocket:Java-WebSocket:1.5.7 "
101101 // kotlin协程
102102 implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.4'
103103
@@ -124,7 +124,7 @@ dependencies {
124124 implementation ' com.google.firebase:firebase-crashlytics:17.0.1'
125125
126126// implementation 'com.google.firebase:firebase-perf:19.0.7'
127- implementation ' com.alibaba:fastjson:1.2.73 '
127+ implementation ' com.alibaba:fastjson:2.0.31 '
128128 implementation " com.tencent.iot.thirdparty.android:esptouch:0.3.7.2"
129129 implementation ' com.android.support:multidex:1.0.3'
130130 if (findProject(' :sdk:explorer-link-rtc' ) != null ) {
You can’t perform that action at this time.
0 commit comments