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

Use custom connection builder to work with http requests along with AppAuth library

This commit is contained in:
davigonz
2020-01-24 12:18:29 +01:00
parent fb8dc389a4
commit b7033e53bf
2 changed files with 39 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
api 'com.gitlab.ownclouders:dav4android:oc_support_1.0.1'
api 'com.github.hannesa2:Logcat:1.6.0'
api 'net.openid:appauth:0.7.1'
}
allOpen {