diff options
author | Allan Wang <me@allanwang.ca> | 2019-01-05 00:26:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-05 00:26:37 -0500 |
commit | 5c89202f74f68ee6f273296014b5fff837520246 (patch) | |
tree | 08245d02eb04045ec2c5d475ce6db4efe481a412 /app/build.gradle | |
parent | 8c77e02e89dfec7bff04a397dfc82613ccd1242a (diff) | |
parent | 635bdddebbc52ec67cfb157830c3fc8b32f9a6e7 (diff) | |
download | frost-5c89202f74f68ee6f273296014b5fff837520246.tar.gz frost-5c89202f74f68ee6f273296014b5fff837520246.tar.bz2 frost-5c89202f74f68ee6f273296014b5fff837520246.zip |
Merge pull request #1313 from AllanWang/enhancement/deferred
Enhancement/deferred
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/app/build.gradle b/app/build.gradle index 562de936..5fc249bf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -204,7 +204,7 @@ dependencies { // androidTestImplementation "io.mockk:mockk:${MOCKK}" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:${COROUTINES}" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:${kau.coroutines}" implementation "org.apache.commons:commons-text:${COMMONS_TEXT}" @@ -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 |