diff --git a/app/build.gradle b/app/build.gradle index 1b8ed2bc9..2fea65e6f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -86,7 +86,7 @@ afterEvaluate { } } dependencies { - implementation('com.github.KotatsuApp:kotatsu-parsers:7f630184c0') { + implementation('com.github.KotatsuApp:kotatsu-parsers:c28e2a72d5') { exclude group: 'org.json', module: 'json' }