[Manatoki] Main/Reader OK

This commit is contained in:
tom5079
2021-12-20 11:44:13 +09:00
parent 0f4e1a8e0d
commit b82ef8695c
15 changed files with 1111 additions and 178 deletions

View File

@@ -110,10 +110,10 @@ dependencies {
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.4.0")
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0")
implementation("androidx.room:room-runtime:2.3.0")
annotationProcessor("androidx.room:room-compiler:2.3.0")
kapt("androidx.room:room-compiler:2.3.0")
implementation("androidx.room:room-ktx:2.3.0")
implementation("androidx.room:room-runtime:2.4.0")
annotationProcessor("androidx.room:room-compiler:2.4.0")
kapt("androidx.room:room-compiler:2.4.0")
implementation("androidx.room:room-ktx:2.4.0")
implementation("androidx.datastore:datastore:1.0.0")
implementation("androidx.datastore:datastore-preferences:1.0.0")
@@ -138,6 +138,8 @@ dependencies {
implementation("xyz.quaver:documentfilex:0.7.1")
implementation("xyz.quaver:subsampledimage:0.0.1-alpha11-SNAPSHOT")
implementation("com.google.guava:guava:31.0.1-android")
implementation("org.kodein.log:kodein-log:0.11.1")
debugImplementation("com.squareup.leakcanary:leakcanary-android:2.7")