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'