Update parsers

This commit is contained in:
Koitharu
2025-09-23 18:50:44 +03:00
parent 0165f43603
commit be012f631a
2 changed files with 3 additions and 3 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 = 1029 versionCode = 1030
versionName = '9.2-b1' versionName = '9.2'
generatedDensities = [] generatedDensities = []
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
ksp { ksp {

View File

@@ -35,7 +35,7 @@ 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 = "d85bb64b1c" parsers = "86b8642456"
preference = "1.2.1" preference = "1.2.1"
recyclerview = "1.4.0" recyclerview = "1.4.0"
room = "2.7.2" room = "2.7.2"