1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 07:56:19 +00:00

make dav4android as submodule

This commit is contained in:
DerSchabi 2018-05-21 11:09:31 +02:00 committed by davigonz
parent ff6adc4cf9
commit d593474113
4 changed files with 6 additions and 2 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "dav4android"]
path = dav4android
url = https://gitlab.com/derSchabi/dav4android.git

View File

@ -14,14 +14,13 @@ allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
}
}
dependencies {
api 'org.apache.jackrabbit:jackrabbit-webdav:2.12.4'
api 'com.squareup.okhttp3:okhttp:3.10.0'
api 'com.gitlab.derSchabi:dav4android:dev2'
api project(':dav4android')
}
android {

1
dav4android Submodule

@ -0,0 +1 @@
Subproject commit c73ea80bcbd6fd75379f88f497668eb9412d5490

View File

@ -1,3 +1,4 @@
include ':'
include ':sample_client'
include ':test_client'
include ':dav4android'