From 4e0e5be72653ad2a709b9361e50df2c9401cd1d0 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 16 Dec 2023 08:12:42 +0200 Subject: [PATCH] Update parsers (cherry picked from commit 451a155e08bbaf83f161f6691d2b1c518d954f94) --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7cb8df61d..42c6371cf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 605 - versionName = '6.5-b3' + versionCode = 606 + versionName = '6.5' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:75cc0716fd') { + implementation('com.github.KotatsuApp:kotatsu-parsers:42ecf8a958') { exclude group: 'org.json', module: 'json' }