From 1bd9b655f90050661a7e15296d1582277e60e5e3 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Wed, 4 Oct 2023 14:07:14 +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 59f050a6b..dc58e6c74 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 583 - versionName = '6.1.5' + versionCode = 584 + versionName = '6.1.6' generatedDensities = [] testInstrumentationRunner "org.koitharu.kotatsu.HiltTestRunner" ksp { @@ -81,7 +81,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:931f126119') { + implementation('com.github.KotatsuApp:kotatsu-parsers:3d7e62d2fe') { exclude group: 'org.json', module: 'json' }