From 659c327a6d77c58cf49a908234a0b7068ca72d78 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 30 Jul 2022 16:05:01 +0300 Subject: [PATCH] Update parsers and version --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c7090357b..f32d10554 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdkVersion 21 targetSdkVersion 32 - versionCode 419 - versionName '3.4.7' + versionCode 420 + versionName '3.5.0' generatedDensities = [] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -79,7 +79,7 @@ afterEvaluate { } } dependencies { - implementation('com.github.nv95:kotatsu-parsers:7588617316') { + implementation('com.github.KotatsuApp:kotatsu-parsers:dac06ddd0b') { exclude group: 'org.json', module: 'json' }