diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index c0c4fac3..00000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "dav4android"] - path = dav4android - url = https://gitlab.com/ownclouders/dav4android.git diff --git a/build.gradle b/build.gradle index 1d1e60d2..85c66a30 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { diff --git a/settings.gradle b/settings.gradle index 44a27a15..3f42d192 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,4 +1,3 @@ include ':' include ':sample_client' -include ':test_client' -include ':dav4android' \ No newline at end of file +include ':test_client' \ No newline at end of file