Xfani:add new preference to ignore ssl verify issue. (#319)

* xfani: format source info for aniyomi

Tmporary disable ssl check for site certificate issue.

* xfani: add preference to ignore ssl verify issue.
This commit is contained in:
AlphaBoom 2024-10-21 18:36:02 +08:00 committed by GitHub
parent 80f3773bc1
commit 4dc9e2e2ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 86 additions and 19 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'Xfani'
extClass = '.Xfani'
extVersionCode = 1
extVersionCode = 2
}
apply from: "$rootDir/common.gradle"