diff --git a/app/build.gradle b/app/build.gradle index f67525d49..b6c002771 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:9cf3551356') { + implementation('com.github.KotatsuApp:kotatsu-parsers:407ef5b655') { exclude group: 'org.json', module: 'json' }