Parse favicons in runtime

This commit is contained in:
Koitharu
2022-07-12 09:35:52 +03:00
parent 9dc3ad38fc
commit 9c66f74a5b
15 changed files with 203 additions and 43 deletions

View File

@@ -76,7 +76,7 @@ afterEvaluate {
}
}
dependencies {
implementation('com.github.nv95:kotatsu-parsers:26d951bc20') {
implementation('com.github.nv95:kotatsu-parsers:330495556a') {
exclude group: 'org.json', module: 'json'
}
@@ -113,6 +113,7 @@ dependencies {
implementation 'io.insert-koin:koin-android:3.2.0'
implementation 'io.coil-kt:coil-base:2.1.0'
implementation 'io.coil-kt:coil-svg:2.1.0'
implementation 'com.davemorrissey.labs:subsampling-scale-image-view-androidx:3.10.0'
implementation 'com.github.solkin:disk-lru-cache:1.4'