From 19b893738d180f97586c50e685335e6913c4398e Mon Sep 17 00:00:00 2001 From: Koitharu Date: Thu, 15 Jun 2023 09:44:35 +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 499ad45b0..1708156e9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdkVersion 21 targetSdkVersion 33 - versionCode 553 - versionName '5.2.1' + versionCode 554 + versionName '5.2.2' generatedDensities = [] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -79,7 +79,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:f732582d55') { + implementation('com.github.KotatsuApp:kotatsu-parsers:9976ea5dfc') { exclude group: 'org.json', module: 'json' }