diff options
author | Allan Wang <me@allanwang.ca> | 2019-01-05 00:12:45 -0500 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-01-05 00:12:45 -0500 |
commit | 635bdddebbc52ec67cfb157830c3fc8b32f9a6e7 (patch) | |
tree | 08245d02eb04045ec2c5d475ce6db4efe481a412 /gradle.properties | |
parent | c00aab03622a5045cf01b4b3883c7f7b835c841e (diff) | |
download | frost-635bdddebbc52ec67cfb157830c3fc8b32f9a6e7.tar.gz frost-635bdddebbc52ec67cfb157830c3fc8b32f9a6e7.tar.bz2 frost-635bdddebbc52ec67cfb157830c3fc8b32f9a6e7.zip |
Remove all rx libraries
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gradle.properties b/gradle.properties index 691544bc..aabfd255 100644 --- a/gradle.properties +++ b/gradle.properties @@ -57,14 +57,6 @@ MATERIAL_DRAWER_KT=2.0.1 OKHTTP=3.12.1 # http://robolectric.org/getting-started/ ROBOELECTRIC=4.1 -# https://github.com/ReactiveX/RxAndroid/releases -RX_ANDROID=2.1.0 -# https://github.com/ReactiveX/RxJava/releases -RX_JAVA=2.2.4 -# https://github.com/ReactiveX/RxKotlin/releases -RX_KOTLIN=2.3.0 -# https://github.com/pwittchen/ReactiveNetwork/releases -RX_NETWORK=2.1.0 # https://github.com/davemorrissey/subsampling-scale-image-view#quick-start SCALE_IMAGE_VIEW=3.10.0 # https://github.com/umano/AndroidSlidingUpPanel#importing-the-library |