From 50ef7fc86e33682d5bbe7e00cf24785ce4c8cd47 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Thu, 18 Aug 2016 15:03:38 +0200 Subject: [PATCH] Updated gradle and support libs. --- app/build.gradle | 28 ++++++++++++++---------- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 3 files changed, 19 insertions(+), 15 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2db8a0ec..66ebd5d6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -110,18 +110,22 @@ dependencies { transitive = true } - compile 'com.android.support:support-v4:24.1.1' - 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:gridlayout-v7:24.1.1' - compile 'com.android.support:cardview-v7:24.1.1' - compile 'com.android.support:palette-v7:24.1.1' - compile 'com.android.support:design:24.1.1' - compile 'com.android.support:support-annotations:24.1.1' - compile 'com.android.support:percent:24.1.1' - compile 'com.android.support:preference-v7:24.1.1' - compile 'com.android.support:preference-v14:24.1.1' + compile 'com.android.support:support-compat:24.2.0' + compile 'com.android.support:support-core-utils:24.2.0' + compile 'com.android.support:support-core-ui:24.2.0' + compile 'com.android.support:support-media-compat:24.2.0' + compile 'com.android.support:support-fragment:24.2.0' + compile 'com.android.support:support-v13:24.2.0' + compile 'com.android.support:appcompat-v7:24.2.0' + compile 'com.android.support:recyclerview-v7:24.2.0' + compile 'com.android.support:gridlayout-v7:24.2.0' + compile 'com.android.support:cardview-v7:24.2.0' + compile 'com.android.support:palette-v7:24.2.0' + compile 'com.android.support:design:24.2.0' + compile 'com.android.support:support-annotations:24.2.0' + compile 'com.android.support:percent:24.2.0' + compile 'com.android.support:preference-v7:24.2.0' + compile 'com.android.support:preference-v14:24.2.0' compile 'com.afollestad.material-dialogs:core:0.8.6.2@aar' compile 'com.afollestad.material-dialogs:commons:0.8.6.2@aar' diff --git a/build.gradle b/build.gradle index 23bf4278..305c47e2 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.2' + classpath 'com.android.tools.build:gradle:2.1.3' classpath 'com.github.triplet.gradle:play-publisher:1.1.4' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 7fe4847d..65698eaa 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Mon Nov 23 22:29:57 CET 2015 +#Thu Aug 18 14:23:17 CEST 2016 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip