diff --git a/app/build.gradle b/app/build.gradle index 0fb5009b1..2221834ec 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:786cd12dba') { + implementation('com.github.KotatsuApp:kotatsu-parsers:d6b578acb0') { exclude group: 'org.json', module: 'json' }