aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgeo-calendar/build.gradle4
-rw-r--r--cgeo-contacts/build.gradle4
-rw-r--r--main/build.gradle2
-rw-r--r--mapswithme-api/build.gradle2
4 files changed, 6 insertions, 6 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
+}
diff --git a/cgeo-contacts/build.gradle b/cgeo-contacts/build.gradle
index e35cff8..6c6ea6a 100644
--- a/cgeo-contacts/build.gradle
+++ b/cgeo-contacts/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 19
- buildToolsVersion "19.1.0"
+ buildToolsVersion "20"
@@ -28,4 +28,4 @@ dependencies {
compile files('../main/compile-libs/org.eclipse.jdt.annotation_1.1.0.v20130513-1648.jar')
// The depency to the ICalnder interface from the main project is missing
// compile(:main) is not right
-} \ No newline at end of file
+}
diff --git a/main/build.gradle b/main/build.gradle
index bb9b9ca..85a80fe 100644
--- a/main/build.gradle
+++ b/main/build.gradle
@@ -37,7 +37,7 @@ version = '0.0.1'
android {
compileSdkVersion "Google Inc.:Google APIs:19"
//compileSdkVersion 19
- buildToolsVersion "19.1.0"
+ buildToolsVersion "20"
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
diff --git a/mapswithme-api/build.gradle b/mapswithme-api/build.gradle
index fec7ad7..1a12c73 100644
--- a/mapswithme-api/build.gradle
+++ b/mapswithme-api/build.gradle
@@ -6,7 +6,7 @@ dependencies {
android {
compileSdkVersion 19
- buildToolsVersion "19.1.0"
+ buildToolsVersion "20"
sourceSets {
main {