mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-07 16:06:08 +00:00
Include dav4android via jitpack
This commit is contained in:
parent
817e3c894b
commit
fef62aaf74
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
||||
[submodule "dav4android"]
|
||||
path = dav4android
|
||||
url = https://gitlab.com/ownclouders/dav4android.git
|
@ -14,14 +14,14 @@ allprojects {
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api 'com.squareup.okhttp3:okhttp:3.10.0'
|
||||
api project(':dav4android')
|
||||
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.2.51"
|
||||
implementation 'com.gitlab.ownclouders:dav4android:oc_support'
|
||||
}
|
||||
|
||||
android {
|
||||
|
@ -1,4 +1,3 @@
|
||||
include ':'
|
||||
include ':sample_client'
|
||||
include ':test_client'
|
||||
include ':dav4android'
|
Loading…
x
Reference in New Issue
Block a user