From 7bd1affe5ea8b318d00254c0ce109a2295053c88 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Wed, 19 Apr 2023 19:42:44 +0300 Subject: [PATCH] Update parsers --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }