From 9bb76cc0b2fca17de5afb420d8d7fd8f18362049 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 26 Oct 2024 09:03:50 +0300 Subject: [PATCH] Update parsers (fix json iterator) --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index afbbe062b..c2923127b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 35 - versionCode = 678 - versionName = '7.6.5' + versionCode = 679 + versionName = '7.6.6' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -82,7 +82,7 @@ afterEvaluate { } } dependencies { - implementation('com.github.KotatsuApp:kotatsu-parsers:3d5cc5ceff') { + implementation('com.github.KotatsuApp:kotatsu-parsers:4c5ed57958') { exclude group: 'org.json', module: 'json' }