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 {
129
129
implementation ' com.android.support:multidex:1.0.3'
130
130
131
131
// WebSocket
132
- implementation " org.java-websocket:Java-WebSocket:1.4.0 "
132
+ implementation " org.java-websocket:Java-WebSocket:1.5.7 "
133
133
// EventBus
134
134
implementation ' org.greenrobot:eventbus:3.1.1'
135
135
@@ -180,10 +180,10 @@ dependencies {
180
180
181
181
implementation ' com.github.chrisbanes:PhotoView:2.3.0'
182
182
183
- implementation ' com.squareup.retrofit2:retrofit:2.0.2 '
183
+ implementation ' com.squareup.retrofit2:retrofit:2.11.0 '
184
184
185
185
implementation ' com.yangy:YZxing-lib:2.2'
186
- implementation ' com.alibaba:fastjson:1.2.73 '
186
+ implementation ' com.alibaba:fastjson:2.0.31 '
187
187
implementation " com.tencent.iot.thirdparty.android:esptouch:0.3.7.2"
188
188
implementation " com.github.skydoves:progressview:1.1.2"
189
189
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"
671
671
672
672
dependencies {
673
673
674
- implementation "org.java-websocket:Java-WebSocket:1.4.0 "
674
+ implementation "org.java-websocket:Java-WebSocket:1.5.6 "
675
675
676
676
}
677
677
Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ dependencies {
34
34
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
35
35
implementation ' androidx.appcompat:appcompat:1.1.0'
36
36
implementation ' androidx.core:core-ktx:1.2.0'
37
- implementation ' com.alibaba:fastjson:1.2.73 '
37
+ implementation ' com.alibaba:fastjson:2.0.31 '
38
38
implementation " com.tencent.iot.thirdparty.android:esptouch:0.3.7.2"
39
39
testImplementation ' junit:junit:4.12'
40
40
androidTestImplementation ' androidx.test:runner:1.2.0'
41
41
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
42
42
// WebSocket
43
- implementation " org.java-websocket:Java-WebSocket:1.4.0 "
43
+ implementation " org.java-websocket:Java-WebSocket:1.5.7 "
44
44
// kotlin协程
45
45
implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.4'
46
46
// 腾讯地图定位
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
44
44
implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
45
45
implementation ' com.tencent.liteav:LiteAVSDK_TRTC:9.2.10641'
46
46
implementation ' com.squareup.picasso:picasso:2.71828'
47
- implementation ' com.alibaba:fastjson:1.2.73 '
47
+ implementation ' com.alibaba:fastjson:2.0.31 '
48
48
49
49
}
50
50
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
45
45
testImplementation ' junit:junit:4.+'
46
46
androidTestImplementation ' androidx.test.ext:junit:1.1.2'
47
47
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 '
49
49
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
50
50
// kotlin协程
51
51
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 {
97
97
}
98
98
99
99
// WebSocket
100
- implementation " org.java-websocket:Java-WebSocket:1.4.0 "
100
+ implementation " org.java-websocket:Java-WebSocket:1.5.7 "
101
101
// kotlin协程
102
102
implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.4'
103
103
@@ -124,7 +124,7 @@ dependencies {
124
124
implementation ' com.google.firebase:firebase-crashlytics:17.0.1'
125
125
126
126
// 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 '
128
128
implementation " com.tencent.iot.thirdparty.android:esptouch:0.3.7.2"
129
129
implementation ' com.android.support:multidex:1.0.3'
130
130
if (findProject(' :sdk:explorer-link-rtc' ) != null ) {
You can’t perform that action at this time.
0 commit comments