Update parsers and gradle

This commit is contained in:
Koitharu
2023-08-19 17:13:26 +03:00
parent 0778f34db7
commit 4ce7f74b9d
2 changed files with 4 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ afterEvaluate {
}
dependencies {
//noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:407ef5b655') {
implementation('com.github.KotatsuApp:kotatsu-parsers:06a2aa6f97') {
exclude group: 'org.json', module: 'json'
}