From adffa800e805ada59619fac5a06182193391c2e7 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sun, 7 Jan 2024 12:08:04 +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 e1cc819e2..6ebe8f691 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 611 - versionName = '6.6' + versionCode = 612 + versionName = '6.6.1' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:e03d0efe71') { + implementation('com.github.KotatsuApp:kotatsu-parsers:0e8579017b') { exclude group: 'org.json', module: 'json' }