How to fix unsafe implementation of X509TrustManager in Android app

后端 未结 5 1889
被撕碎了的回忆
被撕碎了的回忆 2020-12-04 13:31

Google has advised that I have an unsafe implementation of the interface X509TrustManager in my Android application and need to change my code as follows:

5条回答
  •  生来不讨喜
    2020-12-04 14:07

    Add the upgraded version of OKttps worked for me crashing in Android 10

    implementation 'com.squareup.okhttp3:okhttp:4.8.0'
    

提交回复
热议问题