From afd0ff1998da6a31b3d33a84ea5d8308c0e7ef54 Mon Sep 17 00:00:00 2001 From: Gavriil Sitnikov Date: Thu, 9 Mar 2017 01:57:21 +0300 Subject: [PATCH] static fixes --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 12362f6..9280272 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ android { defaultConfig { minSdkVersion 10 - targetSdkVersion 24 + targetSdkVersion 25 } } @@ -23,14 +23,14 @@ repositories { dependencies { compile project(path: ':libraries:components') - compile 'net.danlew:android.joda:2.9.4.1' + compile 'net.danlew:android.joda:2.9.7' compile 'com.android.support:multidex:1.0.1' compile 'io.reactivex:rxandroid:1.2.1' - provided 'com.android.support:appcompat-v7:25.1.0' - provided 'com.android.support:recyclerview-v7:25.1.0' + provided 'com.android.support:appcompat-v7:25.2.0' + provided 'com.android.support:recyclerview-v7:25.2.0' - provided 'com.squareup.retrofit2:retrofit:2.1.0' + provided 'com.squareup.retrofit2:retrofit:2.2.0' provided('com.google.http-client:google-http-client-jackson2:1.22.0') { exclude(group: 'org.apache.httpcomponents', module: 'httpclient') }