From 5fc08d9ecbb527162132dfd433bd041b87786dae Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 6 May 2023 17:34:41 +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 755a93786..f0dde7b78 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdkVersion 21 targetSdkVersion 33 - versionCode 539 - versionName '5.0.1' + versionCode 540 + versionName '5.0.2' generatedDensities = [] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -78,7 +78,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:3e349d3db3') { + implementation('com.github.KotatsuApp:kotatsu-parsers:96b9ac36f3') { exclude group: 'org.json', module: 'json' }