From 3acca44b5e17a38fe93f62c42e8734fb0c270cc0 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 6 Jan 2024 15:33:49 +0200 Subject: [PATCH] Update parsers --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 65dcab054..e1cc819e2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,7 +17,7 @@ android { minSdk = 21 targetSdk = 34 versionCode = 611 - versionName = '6.6.0' + versionName = '6.6' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:0b497c4e0b') { + implementation('com.github.KotatsuApp:kotatsu-parsers:e03d0efe71') { exclude group: 'org.json', module: 'json' }