From 2a0e33c6e742d291dcc85a5a1c425b5fa9338647 Mon Sep 17 00:00:00 2001 From: Ilia Kurtov Date: Mon, 14 Aug 2017 17:41:04 +0300 Subject: [PATCH] libs update (#81) --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index b0086ea..0130de0 100644 --- a/build.gradle +++ b/build.gradle @@ -23,13 +23,13 @@ dependencies { compile project(path: ':libraries:components') compile 'net.danlew:android.joda:2.9.9' - compile 'com.android.support:multidex:1.0.1' + compile 'com.android.support:multidex:1.0.2' compile 'io.reactivex.rxjava2:rxandroid:2.0.1' compile 'io.reactivex.rxjava2:rxjava:2.1.2' - provided 'com.android.support:recyclerview-v7:26.0.0' - provided 'com.android.support:appcompat-v7:26.0.0' + provided 'com.android.support:recyclerview-v7:26.0.1' + provided 'com.android.support:appcompat-v7:26.0.1' provided 'com.squareup.retrofit2:retrofit:2.3.0'