1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 16:33:03 +00:00

Set jcenter as source of dependencies; build tools updated all the way; Jackrabbit-webdav updated to last stable

This commit is contained in:
David A. Velasco
2016-08-17 13:41:34 +02:00
parent 50a4a0f09e
commit 71fefb286c
5 changed files with 16 additions and 13 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.3'
@@ -11,7 +11,7 @@ apply plugin: 'com.android.application'
repositories {
mavenCentral()
jcenter()
}
dependencies {
@@ -21,7 +21,7 @@ dependencies {
android {
compileSdkVersion 24
buildToolsVersion "24.0.0"
buildToolsVersion "24.0.1"
sourceSets {
main {
+2 -2
View File
@@ -6,8 +6,8 @@ dependencies {
}
android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
compileSdkVersion 24
buildToolsVersion "24.0.1"
sourceSets {
main {