From cd0575a52468a06c00c4aea17b2233edf08255db Mon Sep 17 00:00:00 2001 From: Koitharu Date: Wed, 24 Jan 2024 12:28:50 +0200 Subject: [PATCH] Update parsers --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6249a6ede..a62c13676 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,7 +17,7 @@ android { minSdk = 21 targetSdk = 34 versionCode = 615 - versionName = '6.6.5' + versionName = '6.6.6' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:8852d1e22e') { + implementation('com.github.KotatsuApp:kotatsu-parsers:7c871edbca') { exclude group: 'org.json', module: 'json' }