Gradle update to 3.4

This commit is contained in:
Ricki Hirner 2017-02-27 17:05:14 +01:00
parent 75827d89c5
commit 2f97830f28
5 changed files with 13 additions and 13 deletions

View file

@ -6,6 +6,15 @@
* http://www.gnu.org/licenses/gpl.html
*/
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.+'
}
}
apply plugin: 'com.android.application'
android {
@ -53,7 +62,6 @@ android {
disable 'RtlEnabled'
disable 'RtlHardcoded'
disable 'Typos'
disable "RestrictedApi" // https://code.google.com/p/android/issues/detail?id=230387
}
packagingOptions {
exclude 'LICENSE'

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2013 2015 Ricki Hirner (bitfire web engineering).
* Copyright (c) Ricki Hirner (bitfire web engineering).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Public License v3.0
* which accompanies this distribution, and is available at
@ -12,7 +12,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.+'
classpath 'com.android.tools.build:gradle:2.2.+'
}
}

@ -1 +1 @@
Subproject commit 30d86e5ce483a3efe61aa2ec911ea1dcf517f73f
Subproject commit fdfdf593f05bef4e3c3b829d65380d0d245b0de3

View file

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4-bin.zip

View file

@ -1,11 +1,3 @@
/*
* Copyright (c) 2013 2015 Ricki Hirner (bitfire web engineering).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Public License v3.0
* which accompanies this distribution, and is available at
* http://www.gnu.org/licenses/gpl.html
*/
include ':app'
include ':dav4android'
include ':ical4android'