diff --git a/app/build.gradle b/app/build.gradle index 3fffce4e9..33b590145 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -84,7 +84,7 @@ afterEvaluate { } } dependencies { - implementation('com.github.KotatsuApp:kotatsu-parsers:7f630184c0') { + implementation('com.github.KotatsuApp:kotatsu-parsers:c28e2a72d5') { exclude group: 'org.json', module: 'json' }