Below are the warnings I am getting.
1) Android compatibility - Google play store has marked API ' Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols()' grey listed and they cant guarantee that this API will work on existing version of android.
2) Android compatibility - Google play store has marked API ' Ldalvik/system/CloseGuard;->warnIfOpen()V' grey listed and they cant guarantee that this API will work on existing version of android.
I haven't enabled strict mode in my project. How to resolve these warnings. Thanks in advance.