From c09b0150ac96ae597af34e3977c3a881ce72a764 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Thu, 16 Feb 2023 19:27:15 +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 e08babf9d..8ec252442 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdkVersion 21 targetSdkVersion 33 - versionCode 515 - versionName '4.4-beta1' + versionCode 516 + versionName '4.4' generatedDensities = [] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -87,7 +87,7 @@ afterEvaluate { } } dependencies { - implementation('com.github.KotatsuApp:kotatsu-parsers:05d705ac03') { + implementation('com.github.KotatsuApp:kotatsu-parsers:cf345d2d0c') { exclude group: 'org.json', module: 'json' }