From 86dea2953a0bf19a4e7e35a8c87d3899907fcadf Mon Sep 17 00:00:00 2001 From: Koitharu Date: Tue, 24 Sep 2024 17:56:11 +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 1f6ae40ba..c64ac0512 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 35 - versionCode = 671 - versionName = '7.6-a3' + versionCode = 672 + versionName = '7.6-b1' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -83,7 +83,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:613623fa53') { + implementation('com.github.KotatsuApp:kotatsu-parsers:cc62981f12') { exclude group: 'org.json', module: 'json' }