Update parsers

This commit is contained in:
Koitharu
2024-10-13 15:47:43 +03:00
parent 8c5231bb3d
commit 32eb273fa9

View File

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