Update parsers

This commit is contained in:
Koitharu
2024-08-03 15:02:31 +03:00
parent 66ed926ea8
commit 6e92d46a63

View File

@@ -82,7 +82,7 @@ afterEvaluate {
} }
dependencies { dependencies {
//noinspection GradleDependency //noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:853c21e49f') { implementation('com.github.KotatsuApp:kotatsu-parsers:3b5a018f8c') {
exclude group: 'org.json', module: 'json' exclude group: 'org.json', module: 'json'
} }