From e1780b71ae518986d5fd0d57bf8e8105c8cb7d11 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Thu, 30 Mar 2023 18:57:09 +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 33e975a8b..468eb6f59 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:a3ffecc00f') { + implementation('com.github.KotatsuApp:kotatsu-parsers:35695904d1') { exclude group: 'org.json', module: 'json' }