From 544128b966e2d66c558b96a6886e8a0040953122 Mon Sep 17 00:00:00 2001 From: Guillaume HUSTA Date: Tue, 25 Jul 2017 10:14:15 +0200 Subject: [PATCH] FIX #12 : Update Android Support Libraries to 26.0.0 --- app/build.gradle | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b7ece2a..ff9c70f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,7 +11,7 @@ def keystoreProperties = new Properties() keystoreProperties.load(new FileInputStream(keystorePropertiesFile)) android { - compileSdkVersion 25 + compileSdkVersion 26 buildToolsVersion '26.0.1' defaultConfig { applicationId "fr.husta.android.dockersearch" @@ -62,9 +62,10 @@ dependencies { androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) - compile 'com.android.support:appcompat-v7:25.4.0' - compile 'com.android.support:design:25.4.0' - compile 'com.android.support:customtabs:25.4.0' + compile 'com.android.support:appcompat-v7:26.0.0' + compile 'com.android.support:design:26.0.0' + compile 'com.android.support:customtabs:26.0.0' + compile 'org.apache.commons:commons-lang3:3.5' compile 'com.squareup.retrofit2:retrofit:2.3.0' compile 'com.squareup.retrofit2:converter-jackson:2.3.0'