mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-08 07:43:11 +00:00
Update RepoDao
This commit is contained in:
@@ -12,8 +12,7 @@ val databaseModule = module {
|
||||
single { PolicyDao(get()) }
|
||||
single { SettingsDao() }
|
||||
single { StringDao() }
|
||||
single { createRepoDatabase(get()) }
|
||||
single { get<RepoDatabase>().repoDao() }
|
||||
single { createRepoDatabase(get()).repoDao() }
|
||||
single { RepoUpdater(get(), get()) }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user