Update parsers

This commit is contained in:
Koitharu
2025-06-21 19:55:34 +03:00
parent 61b863ae96
commit 722c4466bf
2 changed files with 3 additions and 3 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId 'org.koitharu.kotatsu' applicationId 'org.koitharu.kotatsu'
minSdk = 21 minSdk = 21
targetSdk = 35 targetSdk = 35
versionCode = 1014 versionCode = 1020
versionName = '8.1.8' versionName = '8.2-a1'
generatedDensities = [] generatedDensities = []
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
ksp { ksp {

View File

@@ -32,7 +32,7 @@ material = "1.14.0-alpha02"
moshi = "1.15.2" moshi = "1.15.2"
okhttp = "4.12.0" okhttp = "4.12.0"
okio = "3.12.0" okio = "3.12.0"
parsers = "bcde8ef2a2" parsers = "dba7f46f73"
preference = "1.2.1" preference = "1.2.1"
recyclerview = "1.4.0" recyclerview = "1.4.0"
room = "2.7.2" room = "2.7.2"