Upgrading gradle plugin and rxjava versions
This commit is contained in:
parent
415e41ae11
commit
2d579df6af
2 changed files with 5 additions and 5 deletions
|
@ -22,6 +22,6 @@ buildscript {
|
|||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.1.2'
|
||||
classpath 'com.android.tools.build:gradle:3.1.3'
|
||||
}
|
||||
}
|
|
@ -33,8 +33,8 @@ dependencies {
|
|||
implementation group: "org.tukaani", name: "xz", version: "1.6"
|
||||
|
||||
// Rx dependencies
|
||||
implementation 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
||||
implementation 'io.reactivex.rxjava2:rxjava:2.1.9'
|
||||
implementation 'com.jakewharton.rxrelay2:rxrelay:2.0.0'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.5.0'
|
||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
||||
api 'com.jakewharton.rxrelay2:rxrelay:2.0.0'
|
||||
api 'com.squareup.okhttp3:okhttp:3.5.0'
|
||||
}
|
Loading…
Reference in a new issue