From f0c38ff4336e3267da569b59d81ef45e973e4f4e Mon Sep 17 00:00:00 2001 From: Floens Date: Sun, 19 Mar 2017 11:44:08 +0100 Subject: [PATCH] Update support libraries. --- Clover/app/build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Clover/app/build.gradle b/Clover/app/build.gradle index 9fc01216..aefdaebb 100644 --- a/Clover/app/build.gradle +++ b/Clover/app/build.gradle @@ -113,13 +113,13 @@ android { } dependencies { - compile 'com.android.support:support-v13:24.2.1' - compile 'com.android.support:appcompat-v7:24.2.1' - compile 'com.android.support:recyclerview-v7:24.2.1' - compile 'com.android.support:cardview-v7:24.2.1' - compile 'com.android.support:support-annotations:24.2.1' - compile 'com.android.support:design:24.2.1' - compile 'com.android.support:customtabs:24.2.1' + compile 'com.android.support:support-v13:25.3.0' + compile 'com.android.support:appcompat-v7:25.3.0' + compile 'com.android.support:recyclerview-v7:25.3.0' + compile 'com.android.support:cardview-v7:25.3.0' + compile 'com.android.support:support-annotations:25.3.0' + compile 'com.android.support:design:25.3.0' + compile 'com.android.support:customtabs:25.3.0' compile 'org.jsoup:jsoup:1.9.2' compile 'com.j256.ormlite:ormlite-core:4.48'