From 3ef033c700205c597590395453cb9ad82880ebad Mon Sep 17 00:00:00 2001 From: Koitharu Date: Mon, 16 Oct 2023 12:46:27 +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 bae905869..44eabe44e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 585 - versionName = '6.2-a1' + versionCode = 586 + versionName = '6.2-b1' generatedDensities = [] testInstrumentationRunner "org.koitharu.kotatsu.HiltTestRunner" ksp { @@ -81,7 +81,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:400a90464e') { + implementation('com.github.KotatsuApp:kotatsu-parsers:a61e441e79') { exclude group: 'org.json', module: 'json' }