-
-
Notifications
You must be signed in to change notification settings - Fork 735
Closed
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed
Description
I am getting the following gradle error after updating to latest sdk version
Warning:com.parse.ParseApacheHttpClient: can't find referenced method 'org.apache.http.conn.ssl.SSLSocketFactory getHttpSocketFactory(int,android.net.SSLSessionCache)' >in library class android.net.SSLCertificateSocketFactory
I am using "useLibrary" option in the gradle file to include legacy apache
android {
useLibrary 'org.apache.http.legacy'
}
Metadata
Metadata
Assignees
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed