aboutsummaryrefslogtreecommitdiffstats
path: root/cgeo-calendar
diff options
context:
space:
mode:
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
+}