Update parsers

This commit is contained in:
Koitharu
2025-04-03 12:22:51 +03:00
parent ccc41314ae
commit e4b9da54dd
2 changed files with 3 additions and 3 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId 'org.koitharu.kotatsu'
minSdk = 21
targetSdk = 35
versionCode = 1005
versionName = '8.1'
versionCode = 1006
versionName = '8.1.1'
generatedDensities = []
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
ksp {

View File

@@ -31,7 +31,7 @@ material = "1.13.0-alpha12"
moshi = "1.15.2"
okhttp = "4.12.0"
okio = "3.10.2"
parsers = "8bb0c4f4f1"
parsers = "2ec2484982"
preference = "1.2.1"
recyclerview = "1.4.0"
room = "2.6.1"