Skip to content

Commit 14d782a

Browse files
author
Ebenezer Ackon
committed
Add rxKotlin version 2.2.0
1 parent ecee880 commit 14d782a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

app/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ android {
2525
dependencies {
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

etherscanapi/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)