From 9248573795057ac5df2d7d5d49a810d0817c7eb1 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Mon, 25 Mar 2013 17:03:31 -0700 Subject: Use the right version of build tools. Change-Id: I80ebd53f2f46213001633c135c7fd9a5f8502658 --- tests/aidl/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/aidl') diff --git a/tests/aidl/build.gradle b/tests/aidl/build.gradle index be67004..056d567 100644 --- a/tests/aidl/build.gradle +++ b/tests/aidl/build.gradle @@ -11,6 +11,6 @@ apply plugin: 'android' android { compileSdkVersion 15 - buildToolsVersion "1.0" + buildToolsVersion "17.0" } \ No newline at end of file -- cgit v1.2.3