From 4f2c38d4ee5eac98e9a0db202ced3d549ba8e2c0 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 9 Mar 2024 13:05:02 +0200 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 b65af9ece..16552e455 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 626 - versionName = '6.7.4' + versionCode = 627 + versionName = '6.7.5' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:103f578c61') { + implementation('com.github.KotatsuApp:kotatsu-parsers:0aa4ea01f7') { exclude group: 'org.json', module: 'json' }