Basic navigation

This commit is contained in:
Damontecres 2025-09-22 12:09:41 -04:00
parent 51ad92f539
commit 80070f4174
No known key found for this signature in database
18 changed files with 496 additions and 22 deletions

View file

@ -30,7 +30,8 @@ object DatabaseModule {
context,
DolphinDatabase::class.java,
"dolphin",
).build()
).fallbackToDestructiveMigration(false)
.build()
@Provides
@Singleton