Update version and parsers

This commit is contained in:
Koitharu
2022-07-08 12:33:05 +03:00
parent 3add01d57e
commit 557c2b018a

View File

@@ -14,8 +14,8 @@ android {
applicationId 'org.koitharu.kotatsu' applicationId 'org.koitharu.kotatsu'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 32 targetSdkVersion 32
versionCode 413 versionCode 414
versionName '3.4.1' versionName '3.4.2'
generatedDensities = [] generatedDensities = []
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -76,8 +76,7 @@ afterEvaluate {
} }
} }
dependencies { dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar']) implementation('com.github.nv95:kotatsu-parsers:26d951bc20') {
implementation('com.github.nv95:kotatsu-parsers:8c26f3c790') {
exclude group: 'org.json', module: 'json' exclude group: 'org.json', module: 'json'
} }