From f608dd3078571cb81312614cf4aed819597ebb7e Mon Sep 17 00:00:00 2001 From: Koitharu Date: Wed, 12 Apr 2023 18:56:44 +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 38fc8e0ab..c131d00bd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdkVersion 21 targetSdkVersion 33 - versionCode 533 - versionName '5.0-a4' + versionCode 534 + versionName '5.0-b1' generatedDensities = [] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -78,7 +78,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:2340100999') { + implementation('com.github.KotatsuApp:kotatsu-parsers:5e3fddb652') { exclude group: 'org.json', module: 'json' }