From c51da5a9d5af52834c2c215107468d809ca5ea49 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Thu, 5 Sep 2024 12:52:03 +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 0cc0dfa60..8317a9918 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -83,7 +83,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:b404b44008') { + implementation('com.github.KotatsuApp:kotatsu-parsers:ad726a3fd7') { exclude group: 'org.json', module: 'json' }