From 6b1e89eda8d405afeade4df04cd7012a4172d1d8 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 25 Mar 2023 16:04:57 +0200 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 3282db0ec..39216dfe7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdkVersion 21 targetSdkVersion 33 - versionCode 522 - versionName '4.4.6' + versionCode 523 + versionName '4.4.7' generatedDensities = [] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -79,7 +79,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:cc418570d5') { + implementation('com.github.KotatsuApp:kotatsu-parsers:a3ffecc00f') { exclude group: 'org.json', module: 'json' }