From dfb88feaf054ee8ade8d7f0670958bc087d6edcb Mon Sep 17 00:00:00 2001 From: Koitharu Date: Thu, 6 Apr 2023 19:48:22 +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 d8fa8f2fa..bff81dcb6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdkVersion 21 targetSdkVersion 33 - versionCode 523 - versionName '4.4.7' + versionCode 524 + versionName '4.4.8' generatedDensities = [] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -79,7 +79,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:a3ffecc00f') { + implementation('com.github.KotatsuApp:kotatsu-parsers:2340100999') { exclude group: 'org.json', module: 'json' }