From 4c5314fe59865359693083c09158b783b9ad71a4 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Mon, 2 May 2022 14:53: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 30058f76f..ff599eb34 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -65,7 +65,7 @@ android { } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar']) - implementation('com.github.nv95:kotatsu-parsers:d704815acf') { + implementation('com.github.nv95:kotatsu-parsers:090ad4b256') { exclude group: 'org.json', module: 'json' }