Update parsers

This commit is contained in:
Koitharu
2025-08-24 09:47:29 +03:00
parent d93ff92cc9
commit 1d6d626b62
2 changed files with 3 additions and 3 deletions

View File

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

View File

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