From 2cc6336bdc77a053c36d9f6b4d0b8a0966548483 Mon Sep 17 00:00:00 2001 From: str4d Date: Thu, 30 Oct 2014 23:14:51 +0000 Subject: [PATCH] Upgraded build tools to 21.0.2 (fixes a compile bug) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f94139f..75eb9a2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'witness' android { compileSdkVersion 21 - buildToolsVersion '21.0.0' + buildToolsVersion '21.0.2' defaultConfig { minSdkVersion 9 targetSdkVersion 21