From 1cd7745e38348cc3c5a525230bdd59e913463175 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 28 Oct 2023 13:26:02 +0300 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 dcb994c5a..52d88a6bc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 592 - versionName = '6.2.5-a1' + versionCode = 593 + versionName = '6.2.5' generatedDensities = [] testInstrumentationRunner "org.koitharu.kotatsu.HiltTestRunner" ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:af1aca8725') { + implementation('com.github.KotatsuApp:kotatsu-parsers:4ca3a492b0') { exclude group: 'org.json', module: 'json' }