Migrate LocalMangaInfo to Okio

This commit is contained in:
Koitharu
2024-10-26 08:37:40 +03:00
parent ad0452486f
commit 9425d29596
19 changed files with 408 additions and 474 deletions

View File

@@ -82,7 +82,7 @@ afterEvaluate {
}
}
dependencies {
implementation('com.github.KotatsuApp:kotatsu-parsers:3d5cc5ceff') {
implementation('com.github.KotatsuApp:kotatsu-parsers:1.4') {
exclude group: 'org.json', module: 'json'
}