From 9b748f733434701c0d891621dd7eb50b31d78b45 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Thu, 14 Jul 2022 14:12:47 +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 8f93fe769..ca3c34cc6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdkVersion 21 targetSdkVersion 32 - versionCode 415 - versionName '3.4.3' + versionCode 416 + versionName '3.4.4' generatedDensities = [] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -76,7 +76,7 @@ afterEvaluate { } } dependencies { - implementation('com.github.nv95:kotatsu-parsers:2d1907569b') { + implementation('com.github.nv95:kotatsu-parsers:67f6af63f8') { exclude group: 'org.json', module: 'json' }