From 1aa04e80b515930e85d33861ac2396ebf67bdcca Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Sat, 26 Nov 2016 14:00:05 +0100 Subject: [PATCH] Updated gradle and support library. --- app/build.gradle | 40 ++++++++++++++++++++-------------------- build.gradle | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 02ceb8e8..0a42e15a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,13 +55,13 @@ android { } } } - compileSdkVersion 24 - buildToolsVersion '24.0.2' + compileSdkVersion 25 + buildToolsVersion '25.0.1' defaultConfig { minSdkVersion 16 - targetSdkVersion 24 + targetSdkVersion 25 - renderscriptTargetApi 24 + renderscriptTargetApi 25 vectorDrawables.useSupportLibrary = true applicationId "com.kabouzeid.gramophone" @@ -111,22 +111,22 @@ dependencies { transitive = true } - compile 'com.android.support:support-compat:24.2.1' - compile 'com.android.support:support-core-utils:24.2.1' - compile 'com.android.support:support-core-ui:24.2.1' - compile 'com.android.support:support-media-compat:24.2.1' - compile 'com.android.support:support-fragment:24.2.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:gridlayout-v7:24.2.1' - compile 'com.android.support:cardview-v7:24.2.1' - compile 'com.android.support:palette-v7:24.2.1' - compile 'com.android.support:design:24.2.1' - compile 'com.android.support:support-annotations:24.2.1' - compile 'com.android.support:percent:24.2.1' - compile 'com.android.support:preference-v7:24.2.1' - compile 'com.android.support:preference-v14:24.2.1' + compile 'com.android.support:support-compat:25.0.1' + compile 'com.android.support:support-core-utils:25.0.1' + compile 'com.android.support:support-core-ui:25.0.1' + compile 'com.android.support:support-media-compat:25.0.1' + compile 'com.android.support:support-fragment:25.0.1' + compile 'com.android.support:support-v13:25.0.1' + compile 'com.android.support:appcompat-v7:25.0.1' + compile 'com.android.support:recyclerview-v7:25.0.1' + compile 'com.android.support:gridlayout-v7:25.0.1' + compile 'com.android.support:cardview-v7:25.0.1' + compile 'com.android.support:palette-v7:25.0.1' + compile 'com.android.support:design:25.0.1' + compile 'com.android.support:support-annotations:25.0.1' + compile 'com.android.support:percent:25.0.1' + compile 'com.android.support:preference-v7:25.0.1' + compile 'com.android.support:preference-v14:25.0.1' compile 'com.afollestad.material-dialogs:core:0.9.0.1@aar' compile 'com.afollestad.material-dialogs:commons:0.9.0.1@aar' diff --git a/build.gradle b/build.gradle index f2c4d997..389df559 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.0' + classpath 'com.android.tools.build:gradle:2.2.2' classpath 'com.github.triplet.gradle:play-publisher:1.1.4' classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' }