diff --git a/app/build.gradle b/app/build.gradle index 5d2629954..293bbcce3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:0ff4f976e1') { + implementation('com.github.KotatsuApp:kotatsu-parsers:97338f31c5') { exclude group: 'org.json', module: 'json' }