diff --git a/app/build.gradle b/app/build.gradle index 6cdf39362..5dd7c3232 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:08eb9552d6') { + implementation('com.github.KotatsuApp:kotatsu-parsers:1b3b5d95c0') { exclude group: 'org.json', module: 'json' }