From 0bac4dc603bc338f15acb92c97645e8a739d76c9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Reimar=20D=C3=B6ffinger?= Date: Sat, 16 Jan 2016 10:39:28 +0100 Subject: [PATCH] Update to latest build tools. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0f6d778..3de4e18 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ def utildir = hasProperty("quickdicUtilDir") ? quickdicUtilDir : "../Util" android { compileSdkVersion 23 - buildToolsVersion "23.0.1" + buildToolsVersion "23.0.2" buildTypes { debug { applicationIdSuffix ".debug" -- 2.43.0