aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 671e8471..6227423b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -177,7 +177,8 @@ dependencies {
implementation "com.sothree.slidinguppanel:library:${SLIDING_PANEL}"
//Reactive Libs
- compile "io.reactivex.rxjava2:rxkotlin:${RX_KOTLIN}"
- compile "io.reactivex.rxjava2:rxandroid:${RX_ANDROID}"
+ implementation "io.reactivex.rxjava2:rxkotlin:${RX_KOTLIN}"
+ implementation "io.reactivex.rxjava2:rxandroid:${RX_ANDROID}"
+ implementation "com.github.pwittchen:reactivenetwork-rx2:${RX_NETWORK}"
} \ No newline at end of file