From 558c19e5265f2129f28ac3ee44f3c30dcfc811c6 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sun, 1 May 2022 09:24:45 +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 749ed677d..30058f76f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdkVersion 21 targetSdkVersion 32 - versionCode 404 - versionName '3.2' + versionCode 405 + versionName '3.2.1' generatedDensities = [] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -65,7 +65,7 @@ android { } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar']) - implementation('com.github.nv95:kotatsu-parsers:72cd6fbadf') { + implementation('com.github.nv95:kotatsu-parsers:d704815acf') { exclude group: 'org.json', module: 'json' }