mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-17 11:22:54 +00:00
Refactor GetRemoteUserInfoOperation
Start using Moshi to parse json responses. Create RemoteUserInfo and UserInfoResponse. Create UserService. Migrate GetRemoteUserInfoOperation to kotlin.
This commit is contained in:
@@ -9,6 +9,12 @@ dependencies {
|
||||
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'
|
||||
|
||||
// Moshi
|
||||
implementation ("com.squareup.moshi:moshi-kotlin:$moshiVersion") {
|
||||
exclude module: "kotlin-reflect"
|
||||
}
|
||||
kapt "com.squareup.moshi:moshi-kotlin-codegen:$moshiVersion"
|
||||
}
|
||||
|
||||
allOpen {
|
||||
|
||||
Reference in New Issue
Block a user