From 7ffa15d2d7f08965472001bee199e71830f0d0eb Mon Sep 17 00:00:00 2001 From: Koitharu Date: Mon, 30 Jan 2023 20:11:14 +0200 Subject: [PATCH] Update parsers --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index be46b5daa..3fffce4e9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdkVersion 21 targetSdkVersion 33 - versionCode 512 - versionName '4.3.1' + versionCode 513 + versionName '4.3.2' generatedDensities = [] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -84,7 +84,7 @@ afterEvaluate { } } dependencies { - implementation('com.github.KotatsuApp:kotatsu-parsers:e5a6b82853') { + implementation('com.github.KotatsuApp:kotatsu-parsers:7f630184c0') { exclude group: 'org.json', module: 'json' }