Update parsers

This commit is contained in:
Koitharu
2023-04-20 18:10:42 +03:00
parent 1dc7e61dbd
commit b87ae19712

View File

@@ -78,7 +78,7 @@ afterEvaluate {
} }
dependencies { dependencies {
//noinspection GradleDependency //noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:c321faeaa9') { implementation('com.github.KotatsuApp:kotatsu-parsers:e6511061a7') {
exclude group: 'org.json', module: 'json' exclude group: 'org.json', module: 'json'
} }