From 70bf80ad8fb46714e202b494fc661ad6f6db2288 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sun, 6 Aug 2023 09:11:30 +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 cde956463..5cb84e4a6 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 567 - versionName '5.3.10' + versionCode 568 + versionName '5.3.11' generatedDensities = [] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -81,7 +81,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:8e452f4271') { + implementation('com.github.KotatsuApp:kotatsu-parsers:1b3b5d95c0') { exclude group: 'org.json', module: 'json' }