Fix parsers version

This commit is contained in:
Koitharu
2024-10-05 16:28:29 +03:00
parent 9358617a3a
commit b46c00f2d0

View File

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