Export Settings on Android

This commit is contained in:
Florian Märkl 2019-11-25 19:56:24 +01:00
commit e3ea1e40b2
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
10 changed files with 316 additions and 4 deletions

View file

@ -111,4 +111,6 @@ dependencies {
kapt "androidx.room:room-compiler:$room_version"
implementation "androidx.room:room-ktx:$room_version"
implementation "androidx.room:room-rxjava2:$room_version"
implementation "com.squareup.moshi:moshi:1.9.2"
kapt "com.squareup.moshi:moshi-kotlin-codegen:1.9.2"
}