Builtin ssl certificates for old devices

This commit is contained in:
Koitharu
2024-05-08 13:16:10 +03:00
parent 002ce25d7e
commit 311c36b7c0
12 changed files with 119 additions and 41 deletions

View File

@@ -16,8 +16,8 @@ android {
applicationId 'org.koitharu.kotatsu'
minSdk = 21
targetSdk = 34
versionCode = 637
versionName = '7.0-b3'
versionCode = 638
versionName = '7.0-rc1'
generatedDensities = []
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
ksp {
@@ -82,7 +82,7 @@ afterEvaluate {
}
dependencies {
//noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:a245574dee') {
implementation('com.github.KotatsuApp:kotatsu-parsers:33b00fe65f') {
exclude group: 'org.json', module: 'json'
}
@@ -121,6 +121,7 @@ dependencies {
ksp 'androidx.room:room-compiler:2.6.1'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation 'com.squareup.okhttp3:okhttp-tls:4.12.0'
implementation 'com.squareup.okhttp3:okhttp-dnsoverhttps:4.12.0'
implementation 'com.squareup.okio:okio:3.9.0'