From fe8d9e5a386db4ead9f810162a89cea9a13ffb01 Mon Sep 17 00:00:00 2001 From: Eder Bastos Date: Fri, 22 May 2015 17:14:28 -0400 Subject: [PATCH] Android: Upgrade to newest Build-Tools version. --- Source/Android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle index bf1d999706..7c66a7ac2f 100644 --- a/Source/Android/app/build.gradle +++ b/Source/Android/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 21 - buildToolsVersion "20.0.0" + buildToolsVersion "22.0.1" lintOptions { // This is important as it will run lint but not abort on error