Bridge ProGuard rules

Bridge – is a simple but powerful HTTP networking library for Android.

It features a Fluent chainable API, powered by Java/Android's URLConnection classes for maximum compatibility and speed.

ProGuard configuration rules for Bridge

ProGuard will try to remove all unused classes. ProGuard obfuscates the remaining classes, fields, and methods with short names. To fix errors and force ProGuard to keep certain code, set up a ProGuard configuration in proguard-rules.pro file.

# Bridge
-dontwarn com.afollestad.bridge.BasicAuthentication

For more information about Bridge please see the website.

Related ProGuard rules

Static Gson ProGuard rules

Popular ProGuard rules