From d66e61f845f0a505bb48bab41594bc611d0dd181 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sun, 12 May 2024 16:19:32 +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 4e4dd1fbe..8c2d5e7bd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 640 - versionName = '7.0-rc3' + versionCode = 641 + versionName = '7.0' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:33b00fe65f') { + implementation('com.github.KotatsuApp:kotatsu-parsers:3e32a6280a') { exclude group: 'org.json', module: 'json' }