Update parsers

This commit is contained in:
Koitharu
2024-12-05 15:52:16 +02:00
parent f2582bce1d
commit 66645d93f8
2 changed files with 3 additions and 3 deletions

View File

@@ -18,8 +18,8 @@ android {
applicationId 'org.koitharu.kotatsu'
minSdk = 21
targetSdk = 35
versionCode = 692
versionName = '7.7'
versionCode = 693
versionName = '7.7.1'
generatedDensities = []
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
ksp {

View File

@@ -30,7 +30,7 @@ material = "1.12.0"
moshi = "1.15.1"
okhttp = "4.12.0"
okio = "3.9.1"
parsers = "1.5"
parsers = "ebcce4f2ec"
preference = "1.2.1"
recyclerview = "1.3.2"
room = "2.6.1"