From f4f84099cc6fac0ba8a7bdb364f9872e32a47dde Mon Sep 17 00:00:00 2001 From: Koitharu Date: Fri, 11 Aug 2023 12:23: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 f2910d34d..c2c9e7ab8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdkVersion 21 targetSdkVersion 33 - versionCode 567 - versionName '5.3.10' + versionCode 570 + versionName '6.0-a1' generatedDensities = [] testInstrumentationRunner "org.koitharu.kotatsu.HiltTestRunner" ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:1b3b5d95c0') { + implementation('com.github.KotatsuApp:kotatsu-parsers:9cf3551356') { exclude group: 'org.json', module: 'json' }