From 37b69833b36a21898e34cb58f9a1ec1a07aa1358 Mon Sep 17 00:00:00 2001 From: Zakhar Timoshenko Date: Wed, 20 Jul 2022 19:52:56 +0300 Subject: [PATCH] Update parsers --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8638d77c0..0200ae8eb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,7 +14,7 @@ android { applicationId 'org.koitharu.kotatsu' minSdkVersion 21 targetSdkVersion 32 - versionCode 417 + versionCode 418 versionName '3.4.5' generatedDensities = [] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -79,7 +79,7 @@ afterEvaluate { } } dependencies { - implementation('com.github.nv95:kotatsu-parsers:c4abb758f3') { + implementation('com.github.nv95:kotatsu-parsers:fadb06aabb') { exclude group: 'org.json', module: 'json' }