File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,13 @@ android {
2525dependencies {
2626 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
2727
28+
29+ /**
30+ Because RxAndroid releases are few and far between, it is recommended you also
31+ explicitly depend on RxJava's latest version for bug fixes and new features.
32+ */
33+ implementation ' io.reactivex.rxjava2:rxandroid:2.0.1'
34+ implementation ' io.reactivex.rxjava2:rxkotlin:2.2.0'
2835 // kotlin
2936 implementation " org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version "
3037
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ dependencies {
2828
2929 /**
3030 Because RxAndroid releases are few and far between, it is recommended you also
31- explicitly depend on RxJava 's latest version for bug fixes and new features.
31+ explicitly depend on RxKotlin 's latest version for bug fixes and new features.
3232 */
3333 implementation ' io.reactivex.rxjava2:rxandroid:2.0.1'
34- implementation ' io.reactivex.rxjava2:rxjava :2.1.9 '
34+ implementation ' io.reactivex.rxjava2:rxkotlin :2.2.0 '
3535
3636 // gson
3737 implementation ' com.google.code.gson:gson:2.8.2'
You can’t perform that action at this time.
0 commit comments