Update build env and plugins

This commit is contained in:
Dominik Schürmann
2015-03-23 20:17:30 +01:00
parent e2f27d0f47
commit 2204195234
7 changed files with 53 additions and 53 deletions

View File

@@ -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'
}