From 0bfc15b1e6a46588dae369d3e2d670e5c72c958a Mon Sep 17 00:00:00 2001 From: Mridang Agarwalla Date: Sat, 19 Mar 2016 16:52:40 +0200 Subject: [PATCH] Bumped support tools version. --- app/app.iml | 6 +++--- app/build.gradle | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/app.iml b/app/app.iml index 64848e5..6e912fc 100644 --- a/app/app.iml +++ b/app/app.iml @@ -68,7 +68,7 @@ - + @@ -82,8 +82,8 @@ - - + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 2fd34c0..db48cb0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 23 - buildToolsVersion "23.0.1" + buildToolsVersion "23.0.2" defaultConfig { applicationId "com.mridang.speedo" @@ -21,6 +21,6 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:support-v4:23.1.1' + compile 'com.android.support:support-v4:23.2.0' compile project(':colorPicker') } \ No newline at end of file