From 00dde80fdffe10ede8d287aa2bcb4c39de5befca Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 10 Feb 2024 14:42:12 +0200 Subject: [PATCH] Update parsers --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2e32929c9..f2f1b7228 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 621 - versionName = '6.7-b1' + versionCode = 622 + versionName = '6.7' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:4a8c7fa36a') { + implementation('com.github.KotatsuApp:kotatsu-parsers:014ea5ef49') { exclude group: 'org.json', module: 'json' } @@ -121,7 +121,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation 'com.squareup.okhttp3:okhttp-dnsoverhttps:4.12.0' - implementation 'com.squareup.okio:okio:3.7.0' + implementation 'com.squareup.okio:okio:3.8.0' implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl:4.3.2' implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl-viewbinding:4.3.2'