From d21a93123b1727f9b60a223a07cdf090b77feb34 Mon Sep 17 00:00:00 2001 From: len Date: Tue, 20 Dec 2016 18:58:21 +0100 Subject: [PATCH] Dependency updates --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2bc0e4b596..0bdf1b6f33 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -98,7 +98,7 @@ android { dependencies { // Modified dependencies - compile 'com.github.inorichi:subsampling-scale-image-view:f687b74' + compile 'com.github.inorichi:subsampling-scale-image-view:c4db85c' // Android support library final support_library_version = '25.0.1' @@ -116,10 +116,10 @@ dependencies { // ReactiveX compile 'io.reactivex:rxandroid:1.2.1' - compile 'io.reactivex:rxjava:1.2.3' + compile 'io.reactivex:rxjava:1.2.4' compile 'com.jakewharton.rxrelay:rxrelay:1.2.0' compile 'com.f2prateek.rx.preferences:rx-preferences:1.0.2' - compile 'com.github.pwittchen:reactivenetwork:0.6.0' + compile 'com.github.pwittchen:reactivenetwork:0.7.0' // Network client compile "com.squareup.okhttp3:okhttp:3.5.0" @@ -174,7 +174,7 @@ dependencies { compile 'jp.wasabeef:glide-transformations:2.0.1' // Logging - compile 'com.jakewharton.timber:timber:4.3.1' + compile 'com.jakewharton.timber:timber:4.4.0' // Crash reports compile 'ch.acra:acra:4.9.1'