From b87ae19712064454d35124e8f89cc4c714a6abb2 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Thu, 20 Apr 2023 18:10:42 +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 ab9d69064..e62821811 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:c321faeaa9') { + implementation('com.github.KotatsuApp:kotatsu-parsers:e6511061a7') { exclude group: 'org.json', module: 'json' }