From 50aa833e0d9752c983f819914df3672d6017bd28 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Sat, 17 Sep 2016 12:49:26 +0200 Subject: [PATCH] Updated support lib and build tools. --- app/build.gradle | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 12eccde7..99bdf625 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,7 @@ android { } } compileSdkVersion 24 - buildToolsVersion '23.0.3' + buildToolsVersion '24.0.2' defaultConfig { minSdkVersion 16 targetSdkVersion 24 @@ -111,22 +111,22 @@ dependencies { transitive = true } - 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.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.afollestad.material-dialogs:core:0.9.0.1@aar' compile 'com.afollestad.material-dialogs:commons:0.9.0.1@aar'