1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-20 12:52:53 +00:00

Remove dependency between the library and the domain layer

This commit is contained in:
davigonz
2019-10-02 13:20:22 +02:00
parent 2e460d9cf7
commit 9ea10e2f96
9 changed files with 81 additions and 122 deletions
-2
View File
@@ -4,8 +4,6 @@ apply plugin: 'kotlin-kapt'
apply plugin: 'kotlin-allopen'
dependencies {
implementation project(':owncloudDomain')
api 'com.squareup.okhttp3:okhttp:3.12.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
api 'com.gitlab.ownclouders:dav4android:oc_support_1.0.1'