From a10496af5deebbf0e8ed56a2f6c5cdf16b5a12b9 Mon Sep 17 00:00:00 2001 From: Floens Date: Mon, 3 Oct 2016 18:09:17 +0200 Subject: [PATCH] Update build tools, support dependencies. --- Clover/app/build.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Clover/app/build.gradle b/Clover/app/build.gradle index ca3de1ec..9aeaba76 100644 --- a/Clover/app/build.gradle +++ b/Clover/app/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 24 // update the travis config when changing this - buildToolsVersion '24.0.1' + buildToolsVersion '24.0.3' defaultConfig { applicationId "org.floens.chan" @@ -84,13 +84,13 @@ android { } dependencies { - compile 'com.android.support:support-v13:24.1.1' - compile 'com.android.support:appcompat-v7:24.1.1' - compile 'com.android.support:recyclerview-v7:24.1.1' - compile 'com.android.support:cardview-v7:24.1.1' - compile 'com.android.support:support-annotations:24.1.1' - compile 'com.android.support:design:24.1.1' - compile 'com.android.support:customtabs:24.1.1' + 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 'org.jsoup:jsoup:1.9.2' compile 'com.j256.ormlite:ormlite-core:4.48'