skip to Main Content

Unable to build release apk – Facebook api

I am trying to build my project to get the release apk I'm getting bunch of warnings where I'm not able to get it working Warning: Note: duplicate definition of library class [org.apache.http.HttpRequestInterceptor] Note: duplicate definition of library class [org.apache.http.HttpServerConnection]…

VIEW QUESTION

Retrofit2 proguard remove param – Twitter-api

I use retrofit 2 & using proguard in my project. My proguard: -dontwarn retrofit2.** -keep class retrofit2.** { *; } -keepattributes Signature -keepattributes Exceptions -keepclassmembers class fqcn.of.javascript.interface.for.webview { public *; } # Begin twitter 4j. -dontwarn twitter4j.** -keep class twitter4j.conf.PropertyConfigurationFactory…

VIEW QUESTION
Back To Top
Search