diff --git a/app/build.gradle b/app/build.gradle index 67c33ba0f..ab9d69064 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:1b6d1456f3') { + implementation('com.github.KotatsuApp:kotatsu-parsers:c321faeaa9') { exclude group: 'org.json', module: 'json' }