manga "working" :D
This commit is contained in:
parent
57a584a820
commit
41b90e3a39
32 changed files with 1179 additions and 409 deletions
|
@ -1,6 +1,8 @@
|
|||
package ani.dantotsu.aniyomi.anime.custom
|
||||
|
||||
|
||||
import android.app.Application
|
||||
import ani.dantotsu.media.manga.MangaCache
|
||||
import eu.kanade.tachiyomi.extension.anime.AnimeExtensionManager
|
||||
import tachiyomi.core.preference.PreferenceStore
|
||||
import eu.kanade.domain.base.BasePreferences
|
||||
|
@ -31,6 +33,8 @@ class AppModule(val app: Application) : InjektModule {
|
|||
explicitNulls = false
|
||||
}
|
||||
}
|
||||
|
||||
addSingletonFactory { MangaCache() }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue