From 250136cfdc8c61b5a41ccc66eb0024f568a5173b Mon Sep 17 00:00:00 2001 From: Koitharu Date: Mon, 27 May 2024 13:55:38 +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 968972860..4dda79e66 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 644 - versionName = '7.1.1' + versionCode = 645 + versionName = '7.1.2' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:51da0b62c1') { + implementation('com.github.KotatsuApp:kotatsu-parsers:26be293f24') { exclude group: 'org.json', module: 'json' }