aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-01-05 00:12:45 -0500
committerAllan Wang <me@allanwang.ca>2019-01-05 00:12:45 -0500
commit635bdddebbc52ec67cfb157830c3fc8b32f9a6e7 (patch)
tree08245d02eb04045ec2c5d475ce6db4efe481a412 /app/build.gradle
parentc00aab03622a5045cf01b4b3883c7f7b835c841e (diff)
downloadfrost-635bdddebbc52ec67cfb157830c3fc8b32f9a6e7.tar.gz
frost-635bdddebbc52ec67cfb157830c3fc8b32f9a6e7.tar.bz2
frost-635bdddebbc52ec67cfb157830c3fc8b32f9a6e7.zip
Remove all rx libraries
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 23d26fd8..5fc249bf 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -251,12 +251,6 @@ dependencies {
implementation "com.sothree.slidinguppanel:library:${SLIDING_PANEL}"
- //Reactive Libs
- implementation "io.reactivex.rxjava2:rxjava:${RX_JAVA}"
-// implementation "io.reactivex.rxjava2:rxkotlin:${RX_KOTLIN}"
-// implementation "io.reactivex.rxjava2:rxandroid:${RX_ANDROID}"
- implementation "com.github.pwittchen:reactivenetwork-rx2:${RX_NETWORK}"
-
}
// Validates code and generates apk