From fed241215e8e6a366b3cddbb6ca94fa2301c5d82 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Wed, 20 Sep 2023 12:34:12 +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 808e342e4..95d884f3b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 580 - versionName = '6.1.2' + versionCode = 581 + versionName = '6.1.3' generatedDensities = [] testInstrumentationRunner "org.koitharu.kotatsu.HiltTestRunner" ksp { @@ -81,7 +81,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:7fbeb2e266') { + implementation('com.github.KotatsuApp:kotatsu-parsers:0004be15ba') { exclude group: 'org.json', module: 'json' }