Update parsers

This commit is contained in:
Koitharu
2024-06-22 12:13:52 +03:00
parent cfc3823593
commit 9ee1164f08

View File

@@ -16,7 +16,7 @@ android {
applicationId 'org.koitharu.kotatsu' applicationId 'org.koitharu.kotatsu'
minSdk = 21 minSdk = 21
targetSdk = 34 targetSdk = 34
versionCode = 649 versionCode = 650
versionName = '7.2.1' versionName = '7.2.1'
generatedDensities = [] generatedDensities = []
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
@@ -82,7 +82,7 @@ afterEvaluate {
} }
dependencies { dependencies {
//noinspection GradleDependency //noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:f49e9fa66b') { implementation('com.github.KotatsuApp:kotatsu-parsers:7ed8c9f787') {
exclude group: 'org.json', module: 'json' exclude group: 'org.json', module: 'json'
} }