From cc91e56e1bde157a9d472a5682f922c10d24d933 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Thu, 11 Jan 2024 19:08:15 +0200 Subject: [PATCH] Update parsers --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index dc912313e..760bc740a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 612 - versionName = '6.6.1' + versionCode = 613 + versionName = '6.6.2' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:0e8579017b') { + implementation('com.github.KotatsuApp:kotatsu-parsers:789e39b6cb') { exclude group: 'org.json', module: 'json' }