mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-08 00:16:09 +00:00
make dav4android as submodule
This commit is contained in:
parent
ff6adc4cf9
commit
d593474113
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "dav4android"]
|
||||||
|
path = dav4android
|
||||||
|
url = https://gitlab.com/derSchabi/dav4android.git
|
@ -14,14 +14,13 @@ allprojects {
|
|||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
jcenter()
|
jcenter()
|
||||||
maven { url 'https://jitpack.io' }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api 'org.apache.jackrabbit:jackrabbit-webdav:2.12.4'
|
api 'org.apache.jackrabbit:jackrabbit-webdav:2.12.4'
|
||||||
api 'com.squareup.okhttp3:okhttp:3.10.0'
|
api 'com.squareup.okhttp3:okhttp:3.10.0'
|
||||||
api 'com.gitlab.derSchabi:dav4android:dev2'
|
api project(':dav4android')
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
1
dav4android
Submodule
1
dav4android
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit c73ea80bcbd6fd75379f88f497668eb9412d5490
|
@ -1,3 +1,4 @@
|
|||||||
include ':'
|
include ':'
|
||||||
include ':sample_client'
|
include ':sample_client'
|
||||||
include ':test_client'
|
include ':test_client'
|
||||||
|
include ':dav4android'
|
Loading…
x
Reference in New Issue
Block a user