From 080c2724cd98c071259d31ccfd96aae87960469f Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sun, 5 Mar 2023 08:14:10 +0200 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 e48cf7e33..3a6889f52 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ afterEvaluate { } } dependencies { - implementation('com.github.KotatsuApp:kotatsu-parsers:1093584202') { + implementation('com.github.KotatsuApp:kotatsu-parsers:e8d299782b') { exclude group: 'org.json', module: 'json' }