From 5c082b5cdbfb362acc3a0f35055a07f31f491ba5 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Tue, 17 Oct 2023 09:59:26 +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 88c2475aa..9c7434b8b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 587 - versionName = '6.2' + versionCode = 588 + versionName = '6.2.1' generatedDensities = [] testInstrumentationRunner "org.koitharu.kotatsu.HiltTestRunner" ksp { @@ -81,7 +81,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:a61e441e79') { + implementation('com.github.KotatsuApp:kotatsu-parsers:0054d06e6e') { exclude group: 'org.json', module: 'json' }