From ecb4dd87d914e9f5e5102a3eb945835ee768f9f0 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Tue, 12 Sep 2023 19:28:45 +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 35c02bc5a..40a7c1565 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 577 - versionName = '6.1' + versionCode = 578 + versionName = '6.1.1' generatedDensities = [] testInstrumentationRunner "org.koitharu.kotatsu.HiltTestRunner" ksp { @@ -81,7 +81,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:aae3fa3b05') { + implementation('com.github.KotatsuApp:kotatsu-parsers:7fbeb2e266') { exclude group: 'org.json', module: 'json' }