mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Export Settings on Android
This commit is contained in:
parent
3e2e12d002
commit
e3ea1e40b2
10 changed files with 316 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue