From 6e92d46a6342e53510624688e485619798eb6292 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 3 Aug 2024 15:02:31 +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 9ecb71250..f850ab3fb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:853c21e49f') { + implementation('com.github.KotatsuApp:kotatsu-parsers:3b5a018f8c') { exclude group: 'org.json', module: 'json' }