From e34acf010e05c7577ae25606eb952c8d183e4ec4 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 23 Apr 2022 19:30:45 +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 6b6350b7d..749ed677d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,7 +14,7 @@ android { applicationId 'org.koitharu.kotatsu' minSdkVersion 21 targetSdkVersion 32 - versionCode 403 + versionCode 404 versionName '3.2' 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:1d171d41fe') { + implementation('com.github.nv95:kotatsu-parsers:72cd6fbadf') { exclude group: 'org.json', module: 'json' }