Update parsers

master
Koitharu 1 year ago
parent 0b47b113e0
commit 1568a48328
Signed by: Koitharu
GPG Key ID: 676DEE768C17A9D7

@ -18,7 +18,7 @@ android {
applicationId 'org.koitharu.kotatsu' applicationId 'org.koitharu.kotatsu'
minSdk = 21 minSdk = 21
targetSdk = 35 targetSdk = 35
versionCode = 688 versionCode = 689
versionName = '7.7-beta1' versionName = '7.7-beta1'
generatedDensities = [] generatedDensities = []
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'

@ -30,7 +30,7 @@ material = "1.12.0"
moshi = "1.15.1" moshi = "1.15.1"
okhttp = "4.12.0" okhttp = "4.12.0"
okio = "3.9.1" okio = "3.9.1"
parsers = "5a4f9d8914" parsers = "27d2814ef9"
preference = "1.2.1" preference = "1.2.1"
recyclerview = "1.3.2" recyclerview = "1.3.2"
room = "2.6.1" room = "2.6.1"

Loading…
Cancel
Save