1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Merge pull request #248 from owncloud/fix/content_folder_brackets

Fix/content folder brackets
This commit is contained in:
David González Verdugo 2019-05-09 14:59:30 +02:00 committed by GitHub
commit a7ad9d4152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
dependencies {
api 'com.squareup.okhttp3:okhttp:3.12.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.11"
implementation 'com.gitlab.ownclouders:dav4android:oc_support'
api 'com.gitlab.ownclouders:dav4android:oc_support_1.0.1'
}
android {