From ce880242584da49b800462c9d3e23de4e33e0a50 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Tue, 6 Dec 2016 20:00:05 +0100 Subject: [PATCH] Update android support lib --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 082dac5..b69f104 100644 --- a/build.gradle +++ b/build.gradle @@ -45,10 +45,10 @@ repositories { dependencies { compile project(':owncloudAndroidLibrary') - compile 'com.android.support:support-v13:25.0.0' - compile 'com.android.support:appcompat-v7:25.0.0' - compile 'com.android.support:design:25.0.0' + compile 'com.android.support:support-v13:25.0.1' + compile 'com.android.support:appcompat-v7:25.0.1' + compile 'com.android.support:design:25.0.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.0.0' + compile 'com.android.support:support-v4:25.0.1' }