|
|
|
@@ -105,16 +105,12 @@ dependencies { |
|
|
|
|
|
|
|
implementation group: 'org.java-websocket', name: 'Java-WebSocket', version: '1.5.1' |
|
|
|
implementation("io.minio:minio:8.2.2") |
|
|
|
//implementation files ('C:/Users/唐明杰/.jdks/corretto-1.8.0_362/jre/lib/rt.jar') |
|
|
|
implementation files ('C:/Users/唐明杰/.jdks/corretto-1.8.0_362/jre/lib/rt.jar') |
|
|
|
|
|
|
|
//Rxjava |
|
|
|
implementation 'io.reactivex.rxjava2:rxjava:2.2.5' |
|
|
|
implementation 'io.reactivex.rxjava2:rxandroid:2.1.0' |
|
|
|
implementation 'com.facebook.fresco:fresco:1.5.0' |
|
|
|
// H5原生通信 |
|
|
|
api 'com.github.wendux:DSBridge-Android:3.0.0' |
|
|
|
//支持腾讯x5浏览器内核 |
|
|
|
api 'com.github.wendux:DSBridge-Android:x5-3.0-SNAPSHOT' |
|
|
|
implementation project(path: ':test') |
|
|
|
|
|
|
|
implementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.1.0' |
|
|
|
|