You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2023. It is now read-only.
Hi,
I have multiple warnings when enabling Proguard with logentries. Warning:library class android.net.http.AndroidHttpClient extends or implements program class org.apache.http.client.HttpClient Warning:org.apache.http.impl.auth.NegotiateScheme: can't find referenced class org.ietf.jgss.GSSManager
and so on.
Hi,
I have multiple warnings when enabling Proguard with logentries.
Warning:library class android.net.http.AndroidHttpClient extends or implements program class org.apache.http.client.HttpClient Warning:org.apache.http.impl.auth.NegotiateScheme: can't find referenced class org.ietf.jgss.GSSManagerand so on.
I think they come because of the following dependency in https://github.com/LogentriesCommunity/le_android/blob/master/lib/build.gradle:
compile group: 'org.jbundle.util.osgi.wrapped', name: 'org.jbundle.util.osgi.wrapped.org.apache.http.client', version: '4.1.2'What's the reason for having this dependency?