From 49228813438e4cac74cd368c8b3ec4b5fcd16a1a Mon Sep 17 00:00:00 2001 From: Koitharu Date: Tue, 13 Jun 2023 18:41:32 +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 01c02c0c0..8e08ece56 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdkVersion 21 targetSdkVersion 33 - versionCode 551 - versionName '5.2-b1' + versionCode 552 + versionName '5.2' generatedDensities = [] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -79,7 +79,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:44e28b40d3') { + implementation('com.github.KotatsuApp:kotatsu-parsers:f732582d55') { exclude group: 'org.json', module: 'json' }