Update parsers

This commit is contained in:
Koitharu
2023-04-28 17:24:21 +03:00
parent 262e26a0cc
commit 3fd6bec433

View File

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