Update parsers

This commit is contained in:
Koitharu
2024-08-20 15:32:49 +03:00
parent e4282a8e9d
commit 0d39909d89
6 changed files with 10 additions and 24 deletions

View File

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