From 4c5a43c3367a274903c2c9d922ca08b8757fd439 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Wed, 3 May 2017 23:09:00 +0200 Subject: [PATCH] Update android support library version --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 432090c..3491424 100644 --- a/build.gradle +++ b/build.gradle @@ -45,10 +45,10 @@ repositories { dependencies { compile 'commons-httpclient:commons-httpclient:3.1' - compile 'com.android.support:support-v13:25.3.0' - compile 'com.android.support:appcompat-v7:25.3.0' - compile 'com.android.support:design:25.3.0' + compile 'com.android.support:support-v13:25.3.1' + compile 'com.android.support:appcompat-v7:25.3.1' + compile 'com.android.support:design:25.3.1' compile 'in.srain.cube:ultra-ptr:1.0.11' compile 'com.github.dmytrodanylyk.android-process-button:library:1.0.4' - compile 'com.android.support:support-v4:25.3.0' + compile 'com.android.support:support-v4:25.3.1' }