From bc42fda786be955c4fe8b5159fb8a14d2960b817 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 23 Mar 2024 16:36:01 +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 f4aae2d4f..f08dac9b4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 630 - versionName = '6.8' + versionCode = 631 + versionName = '6.8.1' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:639895f511') { + implementation('com.github.KotatsuApp:kotatsu-parsers:9821e93d25') { exclude group: 'org.json', module: 'json' }