From 07af79a6bd3797059b465a0ca562041dfd5cc9eb Mon Sep 17 00:00:00 2001 From: Koitharu Date: Tue, 25 Jul 2023 09:42:55 +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 d468f00b9..cde956463 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { //TODO: update as soon as sources becomes available //noinspection OldTargetApi targetSdkVersion 33 - versionCode 566 - versionName '5.3.9' + versionCode 567 + versionName '5.3.10' generatedDensities = [] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -81,7 +81,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:42cc0430f8') { + implementation('com.github.KotatsuApp:kotatsu-parsers:8e452f4271') { exclude group: 'org.json', module: 'json' }