aboutsummaryrefslogtreecommitdiffstats
path: root/cgeo-calendar
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2014-08-06 11:41:50 +0200
committerSamuel Tardieu <sam@rfc1149.net>2014-08-06 11:41:50 +0200
commitf3d487eab86a3382a3c9d1b4c7f42c960534daea (patch)
tree7c4c1087bd19d13491152025bf4b454c78f9d948 /cgeo-calendar
parent16164a1f99e1cce98d7e84b6532c0f5355acab34 (diff)
downloadcgeo-f3d487eab86a3382a3c9d1b4c7f42c960534daea.zip
cgeo-f3d487eab86a3382a3c9d1b4c7f42c960534daea.tar.gz
cgeo-f3d487eab86a3382a3c9d1b4c7f42c960534daea.tar.bz2
Update build tools for Gradle to version 20
Diffstat (limited to 'cgeo-calendar')
-rw-r--r--cgeo-calendar/build.gradle4
1 files changed, 2 insertions, 2 deletions
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
+}