From f3d487eab86a3382a3c9d1b4c7f42c960534daea Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Wed, 6 Aug 2014 11:41:50 +0200 Subject: Update build tools for Gradle to version 20 --- cgeo-calendar/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cgeo-calendar') diff --git a/cgeo-calendar/build.gradle b/cgeo-calendar/build.gradle index 6b36270..b0d4747 100644 --- a/cgeo-calendar/build.gradle +++ b/cgeo-calendar/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 19 - buildToolsVersion "19.1.0" + buildToolsVersion "20" @@ -26,4 +26,4 @@ android { dependencies { // The dependency to the ICalnder interface from the main project is missing // compile project(":main") is not working -} \ No newline at end of file +} -- cgit v1.1