1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-21 13:23:00 +00:00

Keep decoupling shares and capabilities, start to use mappers

This commit is contained in:
davigonz
2019-09-30 15:27:17 +02:00
parent d73ee43e3d
commit 9230937a44
11 changed files with 60 additions and 129 deletions
+2
View File
@@ -4,6 +4,8 @@ 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'