diff --git a/app/build.gradle b/app/build.gradle index 5aa1c455a..ad08c2098 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:52e4e6b802') { + implementation('com.github.KotatsuApp:kotatsu-parsers:8b9c76fca5') { exclude group: 'org.json', module: 'json' }