Update parsers

master
Koitharu 12 months ago
parent b84e10e69f
commit 23f3182769
Signed by: Koitharu
GPG Key ID: 676DEE768C17A9D7

@ -18,8 +18,8 @@ android {
applicationId 'org.koitharu.kotatsu' applicationId 'org.koitharu.kotatsu'
minSdk = 21 minSdk = 21
targetSdk = 35 targetSdk = 35
versionCode = 1010 versionCode = 1011
versionName = '8.1.4' versionName = '8.1.5'
generatedDensities = [] generatedDensities = []
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
ksp { ksp {

@ -31,7 +31,7 @@ material = "1.13.0-alpha13"
moshi = "1.15.2" moshi = "1.15.2"
okhttp = "4.12.0" okhttp = "4.12.0"
okio = "3.11.0" okio = "3.11.0"
parsers = "b165a0d611" parsers = "cf0177364c"
preference = "1.2.1" preference = "1.2.1"
recyclerview = "1.4.0" recyclerview = "1.4.0"
room = "2.7.1" room = "2.7.1"

Loading…
Cancel
Save