Start using ViewModel for internal database action

This commit is contained in:
J-Jamet
2020-08-07 16:41:28 +02:00
parent 31b322a108
commit 0f7839027f
12 changed files with 393 additions and 134 deletions

View File

@@ -101,10 +101,9 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.documentfile:documentfile:1.0.1'
implementation 'androidx.biometric:biometric:1.0.1'
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.3'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.3'
// TODO #538 implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.2.0"
// Lifecycle - LiveData - ViewModel - Coroutines
implementation "androidx.core:core-ktx:1.2.0"
implementation 'androidx.fragment:fragment-ktx:1.2.4'
// To upgrade with style
implementation 'com.google.android.material:material:1.0.0'
// Database