Commit c5ad7fc2 authored by tongzifang's avatar tongzifang

setSslConfig

parent b41029f7
......@@ -63,7 +63,7 @@ repositories {
mavenCentral()
}
group 'com.qmai.android.fetch'
version '1.0.003'
version '1.0.004'
gradlePublish {
......
......@@ -135,7 +135,7 @@ class OkHttpConfig private constructor(builder: Builder) {
fun build(): OkHttpConfig {
setCacheConfig()
setHeadersConfig()
setSslConfig()
//setSslConfig()
setHostnameVerifier()
addInterceptors()
setTimeout()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment