Backup and restore user data

This commit is contained in:
Koitharu
2020-11-16 19:15:43 +02:00
parent 03dbd86363
commit d135898b49
32 changed files with 955 additions and 17 deletions

View File

@@ -66,7 +66,7 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1'
implementation 'androidx.core:core-ktx:1.5.0-alpha04'
implementation 'androidx.core:core-ktx:1.5.0-alpha05'
implementation 'androidx.activity:activity-ktx:1.2.0-beta01'
implementation 'androidx.fragment:fragment-ktx:1.3.0-beta01'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.0-beta01'
@@ -94,7 +94,7 @@ dependencies {
implementation 'com.squareup.okio:okio:2.9.0'
implementation 'org.jsoup:jsoup:1.13.1'
implementation 'org.koin:koin-android:2.2.0-rc-2'
implementation 'org.koin:koin-android:2.2.0'
implementation 'io.coil-kt:coil-base:1.0.0'
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0'
implementation 'com.tomclaw.cache:cache:1.0'