diff --git a/app/build.gradle b/app/build.gradle index 3a96f422b..50ffce317 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -83,7 +83,7 @@ afterEvaluate { } } dependencies { - implementation('com.github.KotatsuApp:kotatsu-parsers:5cb953eb86') { + implementation('com.github.KotatsuApp:kotatsu-parsers:a62662d116') { exclude group: 'org.json', module: 'json' }