aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-03-23 20:17:30 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-03-23 20:17:30 +0100
commit2204195234344bc3909d4956f2b456c0f1dcaec0 (patch)
treeeb826cf6758c877452e1a7fa7404b63ca772e9d7 /build.gradle
parente2f27d0f47b5a459183f6641fdc26ced6917d93c (diff)
downloadopen-keychain-2204195234344bc3909d4956f2b456c0f1dcaec0.tar.gz
open-keychain-2204195234344bc3909d4956f2b456c0f1dcaec0.tar.bz2
open-keychain-2204195234344bc3909d4956f2b456c0f1dcaec0.zip
Update build env and plugins
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 6b3eb2c3d..f76289d49 100644
--- a/build.gradle
+++ b/build.gradle
@@ -15,14 +15,14 @@ allprojects {
jcenter()
maven {
- // for https://github.com/journeyapps/zxing-android-embedded
+ // for zxing-android-embedded lib
url "http://dl.bintray.com/journeyapps/maven"
}
}
}
task wrapper(type: Wrapper) {
- gradleVersion = '2.2.1'
+ gradleVersion = '2.3'
}
subprojects {
@@ -43,6 +43,6 @@ project(':extern:spongycastle') {
// SDK Version and Build Tools used by all subprojects
// See http://tools.android.com/tech-docs/new-build-system/tips#TOC-Controlling-Android-properties-of-all-your-modules-from-the-main-project.
ext {
- compileSdkVersion = 21
- buildToolsVersion = '21.1.2'
+ compileSdkVersion = 22
+ buildToolsVersion = '22.0.1'
} \ No newline at end of file