Update parsers

This commit is contained in:
Koitharu
2025-09-21 13:25:26 +03:00
parent 6b6719a259
commit 77103f016f
2 changed files with 4 additions and 4 deletions

View File

@@ -21,8 +21,8 @@ android {
applicationId 'org.koitharu.kotatsu' applicationId 'org.koitharu.kotatsu'
minSdk = 23 minSdk = 23
targetSdk = 36 targetSdk = 36
versionCode = 1028 versionCode = 1029
versionName = '9.1.4' versionName = '9.2-b1'
generatedDensities = [] generatedDensities = []
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
ksp { ksp {

View File

@@ -29,13 +29,13 @@ kotlin = "2.2.10"
kizzyRpc = "ad8f2e32eb" kizzyRpc = "ad8f2e32eb"
ksp = "2.2.10-2.0.2" ksp = "2.2.10-2.0.2"
leakcanary = "3.0-alpha-8" leakcanary = "3.0-alpha-8"
lifecycle = "2.9.3" lifecycle = "2.9.4"
markwon = "4.6.2" markwon = "4.6.2"
material = "1.14.0-alpha04" material = "1.14.0-alpha04"
moshi = "1.15.2" moshi = "1.15.2"
okhttp = "5.1.0" okhttp = "5.1.0"
okio = "3.16.0" okio = "3.16.0"
parsers = "30f97c5c82" parsers = "7cb069d108"
preference = "1.2.1" preference = "1.2.1"
recyclerview = "1.4.0" recyclerview = "1.4.0"
room = "2.7.2" room = "2.7.2"