diff --git a/app/build.gradle b/app/build.gradle index 96238c85b..0d14e1a8a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' }