From d19f294212bab784c7d290a2f4d3fec5082b0ea8 Mon Sep 17 00:00:00 2001 From: Filipe de Lima Brito Date: Thu, 28 Apr 2016 19:31:32 -0300 Subject: [PATCH 1/2] Update Build Tools and Support Library version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4638cbb..cba85a2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 23 - buildToolsVersion "23.0.2" + buildToolsVersion "23.0.3" defaultConfig { applicationId "com.hitherejoe.animate" @@ -20,7 +20,7 @@ android { } dependencies { - final SUPPORT_LIBRARY_VERSION = '23.1.1' + final SUPPORT_LIBRARY_VERSION = '23.3.0' compile fileTree(dir: 'libs', include: ['*.jar']) compile "com.android.support:appcompat-v7:$SUPPORT_LIBRARY_VERSION" From eb2e822f72454aa796dffc22c682c0d192c151b3 Mon Sep 17 00:00:00 2001 From: Filipe de Lima Brito Date: Thu, 28 Apr 2016 19:33:55 -0300 Subject: [PATCH 2/2] Update classpath version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1b7886d..f6e9073 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:1.3.0' + classpath 'com.android.tools.build:gradle:2.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files