Update parsers

This commit is contained in:
Koitharu
2024-12-05 17:14:04 +02:00
parent b5053b7820
commit 6fe6c05327
2 changed files with 4 additions and 4 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

@@ -7,7 +7,7 @@ avifDecoder = "1.1.1.14d8e3c4"
biometric = "1.2.0-alpha05"
coil = "3.0.4"
collections = "1.4.5"
conscrypt = "2.5.3"
conscrypt = "2.5.2"
constraintlayout = "2.2.0"
coreKtx = "1.15.0"
coroutines = "1.9.0"
@@ -30,7 +30,7 @@ material = "1.12.0"
moshi = "1.15.1"
okhttp = "4.12.0"
okio = "3.9.1"
parsers = "1.5"
parsers = "0456a92f15"
preference = "1.2.1"
recyclerview = "1.3.2"
room = "2.6.1"