Update parsers

This commit is contained in:
Koitharu
2024-05-16 10:44:08 +03:00
parent b74ec98d68
commit 283878879b
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ afterEvaluate {
}
dependencies {
//noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:915d4093b9') {
implementation('com.github.KotatsuApp:kotatsu-parsers:078b59b1e2') {
exclude group: 'org.json', module: 'json'
}

View File

@@ -667,7 +667,7 @@ class DetailsActivity :
companion object {
private const val FAV_LABEL_LIMIT = 10
private const val FAV_LABEL_LIMIT = 16
private const val AUTHOR_LABEL_LIMIT = 16
fun newIntent(context: Context, manga: Manga): Intent {