From 686f746070fb649a8f0f3a12899c76d9c05d7ee4 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Tue, 23 Jul 2024 10:32:38 +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 41d5bd18d..a06c935ed 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 35 - versionCode = 652 - versionName = '7.4-a1' + versionCode = 653 + versionName = '7.4-a2' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:5404743f17') { + implementation('com.github.KotatsuApp:kotatsu-parsers:b9d89edfc2') { exclude group: 'org.json', module: 'json' }