Update parsers

master
Koitharu 2 years ago
parent b74ec98d68
commit 283878879b
Signed by: Koitharu
GPG Key ID: 676DEE768C17A9D7

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

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

Loading…
Cancel
Save