Update parsers

master
Koitharu 9 months ago
parent 1d3e8e55ca
commit 3916c2619e
Signed by: Koitharu
GPG Key ID: 676DEE768C17A9D7

@ -21,8 +21,8 @@ android {
applicationId 'org.koitharu.kotatsu' applicationId 'org.koitharu.kotatsu'
minSdk = 21 minSdk = 21
targetSdk = 36 targetSdk = 36
versionCode = 1025 versionCode = 1026
versionName = '9.1.1' versionName = '9.1.2'
generatedDensities = [] generatedDensities = []
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
ksp { ksp {

@ -34,7 +34,7 @@ material = "1.14.0-alpha03"
moshi = "1.15.2" moshi = "1.15.2"
okhttp = "4.12.0" okhttp = "4.12.0"
okio = "3.12.0" okio = "3.12.0"
parsers = "db9a7161f4" parsers = "6fb4cc608c"
preference = "1.2.1" preference = "1.2.1"
recyclerview = "1.4.0" recyclerview = "1.4.0"
room = "2.7.2" room = "2.7.2"

Loading…
Cancel
Save