Update parsers

This commit is contained in:
Koitharu
2023-07-17 13:08:39 +03:00
parent 8fdaf92cc4
commit cb2bdbdd9a

View File

@@ -17,8 +17,8 @@ android {
//TODO: update as soon as sources becomes available //TODO: update as soon as sources becomes available
//noinspection OldTargetApi //noinspection OldTargetApi
targetSdkVersion 33 targetSdkVersion 33
versionCode 561 versionCode 562
versionName '5.3.4' versionName '5.3.5'
generatedDensities = [] generatedDensities = []
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -81,7 +81,7 @@ afterEvaluate {
} }
dependencies { dependencies {
//noinspection GradleDependency //noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:06a043d290') { implementation('com.github.KotatsuApp:kotatsu-parsers:db96a1ff2e') {
exclude group: 'org.json', module: 'json' exclude group: 'org.json', module: 'json'
} }