I\'m developing an app with Android Studio 1.0.2 and Gradle 1.0.0 using the Apache libraries httpmime and httpcore for multipart entities. Here\'s my <
httpmime
httpcore
Try This
-dontwarn org.apache.commons.** -keep class org.apache.http.** { *; } -dontwarn org.apache.http.** -dontwarn com.squareup.okhttp.** -dontwarn okio.** -dontwarn retrofit2.** -keep class retrofit2.** { *; }