From 1b64c2a33071b982abe40ca658c178671b7554d7 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Fri, 28 Apr 2023 16:27:16 +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 514c4dc5a..98131118d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdkVersion 21 targetSdkVersion 33 - versionCode 538 - versionName '5.0' + versionCode 539 + versionName '5.0.1' generatedDensities = [] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -78,7 +78,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:306d46ea93') { + implementation('com.github.KotatsuApp:kotatsu-parsers:b2675c3cac') { exclude group: 'org.json', module: 'json' }