Favourites

This commit is contained in:
Admin
2020-02-04 16:02:26 +02:00
parent 64b38c561c
commit 009604c27e
22 changed files with 402 additions and 11 deletions

View File

@@ -54,5 +54,5 @@ class KotatsuApp : Application() {
applicationContext,
MangaDatabase::class.java,
"kotatsu-db"
).fallbackToDestructiveMigration() //TODO remove
)
}