From 9108646cea5d17e4a48f661e105b2e18ec508cf4 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Mon, 25 Dec 2023 19:23:44 +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 ce29a3572..9bc118911 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 608 - versionName = '6.5.2' + versionCode = 609 + versionName = '6.5.3' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:4a0e7221b0') { + implementation('com.github.KotatsuApp:kotatsu-parsers:904e0719eb') { exclude group: 'org.json', module: 'json' }