Skip to content

Commit 053ee33

Browse files
committed
Update libs
1 parent 2bfd9da commit 053ee33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ android {
2828

2929

3030
dependencies {
31-
implementation "io.reactivex.rxjava2:rxjava:2.1.8"
31+
implementation "io.reactivex.rxjava2:rxjava:2.1.15"
3232
// Supported transports
3333
compileOnly 'org.java-websocket:Java-WebSocket:1.3.6'
34-
compileOnly 'com.squareup.okhttp3:okhttp:3.9.1'
34+
compileOnly 'com.squareup.okhttp3:okhttp:3.10.0'
3535

36-
implementation 'com.android.support:support-annotations:27.1.0'
36+
implementation 'com.android.support:support-annotations:27.1.1'
3737
}
3838

3939
task sourcesJar(type: Jar) {

0 commit comments

Comments
 (0)