From 06cdcac4df12e7fd13bea1ff3003e16949f44649 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 27 Jul 2024 12:13:45 +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 168075340..d1334b792 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 35 - versionCode = 654 - versionName = '7.4-a3' + versionCode = 655 + versionName = '7.4-b1' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:b9d89edfc2') { + implementation('com.github.KotatsuApp:kotatsu-parsers:f66aab03f2') { exclude group: 'org.json', module: 'json' }