diff --git a/app/build.gradle b/app/build.gradle index dc3abd532..3a812af6a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -83,7 +83,7 @@ afterEvaluate { } } dependencies { - implementation('com.github.KotatsuApp:kotatsu-parsers:9ee1c21a67') { + implementation('com.github.KotatsuApp:kotatsu-parsers:c4acb9725f') { exclude group: 'org.json', module: 'json' }