From 9dc8c7959de057dd46fd989c97fb91c85ee286ad Mon Sep 17 00:00:00 2001 From: Koitharu Date: Wed, 14 Feb 2024 12:19:08 +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 f2f1b7228..4c70b9700 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 622 - versionName = '6.7' + versionCode = 623 + versionName = '6.7.1' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:014ea5ef49') { + implementation('com.github.KotatsuApp:kotatsu-parsers:09e1c14f37') { exclude group: 'org.json', module: 'json' }