Updated Parser & Version Code

pull/159/head
Saksham Shekher 4 years ago committed by GitHub
parent 59c2d20311
commit ee4d85fcea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@ android {
applicationId 'org.koitharu.kotatsu'
minSdkVersion 21
targetSdkVersion 32
versionCode 404
versionCode 405
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:72cd6fbadf') {
implementation('com.github.nv95:kotatsu-parsers:a83f3a5178') {
exclude group: 'org.json', module: 'json'
}
@ -116,4 +116,4 @@ dependencies {
androidTestImplementation 'androidx.test:core-ktx:1.4.0'
androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.3'
androidTestImplementation 'androidx.room:room-testing:2.4.2'
}
}

Loading…
Cancel
Save