From cae07b2798048f0cbd7a2e5836b63e4855c468c2 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Tue, 19 Mar 2024 13:38:48 +0200 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 f2abe085c..31d17639f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 629 - versionName = '6.8-b1' + versionCode = 630 + versionName = '6.8' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:103ef11f3d') { + implementation('com.github.KotatsuApp:kotatsu-parsers:639895f511') { exclude group: 'org.json', module: 'json' }