From 171fe895ba9cd1e70db660667548eeed302351f3 Mon Sep 17 00:00:00 2001 From: Stefano Bonetta Date: Tue, 27 Sep 2016 19:04:42 +0200 Subject: [PATCH] [build.gradle] bumped buildToolsVersion to 24.0.2 --- sofa/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sofa/build.gradle b/sofa/build.gradle index 84cf2eb..7c9aa66 100644 --- a/sofa/build.gradle +++ b/sofa/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion 22 - buildToolsVersion "22.0.1" + buildToolsVersion "24.0.2" defaultConfig { minSdkVersion 17 @@ -35,4 +35,4 @@ dependencies { compile 'com.android.support:leanback-v17:22.2.0' } -apply from: '../config/bintray.gradle' \ No newline at end of file +apply from: '../config/bintray.gradle'