From fa4aa154a39605c08e21c26593e9042dc352eea6 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Tue, 12 Jul 2022 10:53:23 +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 3775f1ee4..8f93fe769 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdkVersion 21 targetSdkVersion 32 - versionCode 414 - versionName '3.4.2' + versionCode 415 + versionName '3.4.3' generatedDensities = [] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -76,7 +76,7 @@ afterEvaluate { } } dependencies { - implementation('com.github.nv95:kotatsu-parsers:26d951bc20') { + implementation('com.github.nv95:kotatsu-parsers:2d1907569b') { exclude group: 'org.json', module: 'json' }