From 9088f77ae5e494bf82085110381a67fddab4c86e Mon Sep 17 00:00:00 2001 From: Koitharu Date: Mon, 26 Dec 2022 19:15:27 +0200 Subject: [PATCH] Update dependencies --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 13fcc44c3..dc3abd532 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdkVersion 21 targetSdkVersion 33 - versionCode 506 - versionName '4.0.6' + versionCode 507 + versionName '4.1' generatedDensities = [] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -83,7 +83,7 @@ afterEvaluate { } } dependencies { - implementation('com.github.KotatsuApp:kotatsu-parsers:add70b4790') { + implementation('com.github.KotatsuApp:kotatsu-parsers:9ee1c21a67') { exclude group: 'org.json', module: 'json' } @@ -125,7 +125,7 @@ dependencies { implementation 'io.coil-kt:coil-base:2.2.2' implementation 'io.coil-kt:coil-svg:2.2.2' - implementation 'com.github.KotatsuApp:subsampling-scale-image-view:f8a38b08fe' + implementation 'com.github.KotatsuApp:subsampling-scale-image-view:95e6c188c6' implementation 'com.github.solkin:disk-lru-cache:1.4' implementation 'ch.acra:acra-http:5.9.7'