From 9ee1164f083ecfcc56cd45085abd4f1df0f20b6d Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 22 Jun 2024 12:13:52 +0300 Subject: [PATCH] Update parsers --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a6ab2bfe0..faa3a2bf8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,7 +16,7 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 649 + versionCode = 650 versionName = '7.2.1' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:f49e9fa66b') { + implementation('com.github.KotatsuApp:kotatsu-parsers:7ed8c9f787') { exclude group: 'org.json', module: 'json' }