From 283878879b729c4199309d5193a62613056c6e13 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Thu, 16 May 2024 10:44:08 +0300 Subject: [PATCH] Update parsers --- app/build.gradle | 2 +- .../kotlin/org/koitharu/kotatsu/details/ui/DetailsActivity.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c61969a30..a4ea7026e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' } diff --git a/app/src/main/kotlin/org/koitharu/kotatsu/details/ui/DetailsActivity.kt b/app/src/main/kotlin/org/koitharu/kotatsu/details/ui/DetailsActivity.kt index 88177bb87..7c9dd9851 100644 --- a/app/src/main/kotlin/org/koitharu/kotatsu/details/ui/DetailsActivity.kt +++ b/app/src/main/kotlin/org/koitharu/kotatsu/details/ui/DetailsActivity.kt @@ -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 {