Update parsers

This commit is contained in:
Koitharu
2024-10-23 19:47:27 +03:00
parent 4855b2c160
commit 855b55da9d
2 changed files with 8 additions and 8 deletions

View File

@@ -82,7 +82,7 @@ afterEvaluate {
}
}
dependencies {
implementation('com.github.KotatsuApp:kotatsu-parsers:d8cb38a9be') {
implementation('com.github.KotatsuApp:kotatsu-parsers:3d5cc5ceff') {
exclude group: 'org.json', module: 'json'
}