We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bfd9da commit 053ee33Copy full SHA for 053ee33
lib/build.gradle
@@ -28,12 +28,12 @@ android {
28
29
30
dependencies {
31
- implementation "io.reactivex.rxjava2:rxjava:2.1.8"
+ implementation "io.reactivex.rxjava2:rxjava:2.1.15"
32
// Supported transports
33
compileOnly 'org.java-websocket:Java-WebSocket:1.3.6'
34
- compileOnly 'com.squareup.okhttp3:okhttp:3.9.1'
+ compileOnly 'com.squareup.okhttp3:okhttp:3.10.0'
35
36
- implementation 'com.android.support:support-annotations:27.1.0'
+ implementation 'com.android.support:support-annotations:27.1.1'
37
}
38
39
task sourcesJar(type: Jar) {
0 commit comments