From bb6cd73acd5fb9555a8f9cb9ddbe5d5c176f4a36 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 30 Sep 2023 17:44:08 +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 95d884f3b..31a96ac10 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 581 - versionName = '6.1.3' + versionCode = 582 + versionName = '6.1.4' generatedDensities = [] testInstrumentationRunner "org.koitharu.kotatsu.HiltTestRunner" ksp { @@ -81,7 +81,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:0004be15ba') { + implementation('com.github.KotatsuApp:kotatsu-parsers:1611dc3429') { exclude group: 'org.json', module: 'json' }