Dependency update / Dropped features that supports <Android 21 / Dropped support for hiyobi.me
This commit is contained in:
@@ -143,8 +143,7 @@ val sourceModule = DI.Module(name = "source") {
|
||||
bind() from setBinding<SourceEntry>()
|
||||
|
||||
listOf(
|
||||
Hitomi(),
|
||||
Hiyobi()
|
||||
Hitomi()
|
||||
).forEach { source ->
|
||||
bind<SourceEntry>().inSet() with multiton { _: Unit -> source.name to (source as AnySource) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user