This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Description
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.
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?