From fca9ba98cd313aa725cbd13eb49c329226d733ca Mon Sep 17 00:00:00 2001 From: Zakhar Timoshenko Date: Mon, 11 Dec 2023 20:02:09 +0300 Subject: [PATCH] Update parsers --- app/build.gradle | 6 +++--- app/src/main/res/values/styles.xml | 2 +- app/src/main/res/values/themes.xml | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2221834ec..5d2629954 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 603 - versionName = '6.5-b1' + versionCode = 604 + versionName = '6.5-b2' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:d6b578acb0') { + implementation('com.github.KotatsuApp:kotatsu-parsers:0ff4f976e1') { exclude group: 'org.json', module: 'json' } diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index c8a7dc983..b798ee9f2 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -121,7 +121,7 @@