Update parsers lib

This commit is contained in:
Zakhar Timoshenko
2023-11-25 19:53:07 +03:00
parent 012eefe4fe
commit 7c1c0a38fa

View File

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