mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-11 16:33:03 +00:00
make dav4android as submodule
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[submodule "dav4android"]
|
||||
path = dav4android
|
||||
url = https://gitlab.com/derSchabi/dav4android.git
|
||||
+1
-2
@@ -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 {
|
||||
|
||||
Submodule
+1
Submodule dav4android added at c73ea80bcb
@@ -1,3 +1,4 @@
|
||||
include ':'
|
||||
include ':sample_client'
|
||||
include ':test_client'
|
||||
include ':dav4android'
|
||||
Reference in New Issue
Block a user