From 2bc632474dcb26e43bfc41984feaf4c259803550 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Tue, 30 Jul 2024 09:34:36 +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 bf609409d..b54b11785 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 35 - versionCode = 656 - versionName = '7.4-rc1' + versionCode = 657 + versionName = '7.4' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:8f851282b4') { + implementation('com.github.KotatsuApp:kotatsu-parsers:a9fc534ea7') { exclude group: 'org.json', module: 'json' }