From 321a9ecf6248191cbbf89c34287845d0945712fc Mon Sep 17 00:00:00 2001 From: Koitharu Date: Wed, 19 Jul 2023 12:30:58 +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 051ac38d5..872d66d05 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 563 - versionName '5.3.6' + versionCode 564 + versionName '5.3.7' generatedDensities = [] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -81,7 +81,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:a1598fd712') { + implementation('com.github.KotatsuApp:kotatsu-parsers:69e0a531df') { exclude group: 'org.json', module: 'json' }