diff --git a/app/build.gradle b/app/build.gradle index 002b111a2..ce29a3572 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:86a2b95141') { + implementation('com.github.KotatsuApp:kotatsu-parsers:4a0e7221b0') { exclude group: 'org.json', module: 'json' }