1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-08 16:36:13 +00:00

Merge pull request #137 from owncloud/update_tools

Update gradle plugin & Jackrabbit-Webdav
This commit is contained in:
David A. Velasco 2016-09-27 20:12:11 +02:00 committed by GitHub
commit dc14474c51
4 changed files with 3 additions and 12 deletions

View File

@ -18,7 +18,7 @@ branches:
before_install: before_install:
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
-c 20M -c 20M
- emulator -avd test -no-skin -no-audio -no-window & - emulator -avd test -no-window &
- rm pom.xml - rm pom.xml
- android update project -p . - android update project -p .
- chmod +x ./wait_for_emulator.sh - chmod +x ./wait_for_emulator.sh

View File

@ -3,7 +3,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.1.3' classpath 'com.android.tools.build:gradle:2.2.0'
} }
} }
@ -14,7 +14,7 @@ repositories {
} }
dependencies { dependencies {
compile 'org.apache.jackrabbit:jackrabbit-webdav:2.12.2' compile 'org.apache.jackrabbit:jackrabbit-webdav:2.12.4'
} }
android { android {

View File

@ -1,12 +1,3 @@
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.3'
}
}
apply plugin: 'com.android.application' apply plugin: 'com.android.application'