Update parsers

This commit is contained in:
Koitharu
2025-10-19 14:33:31 +03:00
parent 861c21faea
commit b9435de5cd
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -35,7 +35,7 @@ material = "1.14.0-alpha05"
moshi = "1.15.2"
okhttp = "5.2.1"
okio = "3.16.1"
parsers = "8908031eee"
parsers = "df1cab3f9d"
preference = "1.2.1"
recyclerview = "1.4.0"
room = "2.7.2"