aboutsummaryrefslogtreecommitdiffstats
path: root/cgeo-contacts/build.gradle
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2015-05-08 17:10:06 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2015-10-11 23:55:58 +0200
commit8ff62c5f34db48aa15c7252c40fea3381bba0952 (patch)
tree2a0ffd9bcf9a2648c45f170426cf86fb319509f2 /cgeo-contacts/build.gradle
parent1d2b34e71a01d6af118ed89258ad0ecb983e1a9c (diff)
parent59b8b2e26a7fff6072c4d5d96f51035dc900e0bc (diff)
downloadcgeo-8ff62c5f34db48aa15c7252c40fea3381bba0952.zip
cgeo-8ff62c5f34db48aa15c7252c40fea3381bba0952.tar.gz
cgeo-8ff62c5f34db48aa15c7252c40fea3381bba0952.tar.bz2
merge upstream
Diffstat (limited to 'cgeo-contacts/build.gradle')
-rw-r--r--cgeo-contacts/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgeo-contacts/build.gradle b/cgeo-contacts/build.gradle
index e35cff8..74d135b 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 "21.1.2"
@@ -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
+}