From cb2bdbdd9ab51ae4e00973b48a2b7d41f2ea015f Mon Sep 17 00:00:00 2001 From: Koitharu Date: Mon, 17 Jul 2023 13:08:39 +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 3b9c26f33..94310c22c 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 561 - versionName '5.3.4' + versionCode 562 + versionName '5.3.5' generatedDensities = [] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -81,7 +81,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:06a043d290') { + implementation('com.github.KotatsuApp:kotatsu-parsers:db96a1ff2e') { exclude group: 'org.json', module: 'json' }