PacketZoom Android ProGuard rules

PacketZoom Android – is a SDK that enables faster downloads, reduced latency, efficient and reliable data transfers between your Android app and the cloud.

ProGuard rules for PacketZoom

Add the following lines to your ProGuard configuration proguard.cfg file in project.

# PacketZoom
-keep class com.packetzoom.speed.** { *; }
-keepclassmembers class com.packetzoom.** { *; }
-dontwarn com.packetzoom.**
# For OkHttp 2.x
-keep class com.squareup.okhttp.** { *; }
-keep interface com.squareup.okhttp.** { *; }
# For OkHttp 3.x
-keep class okhttp3.** { *; }
-keep interface okhttp3.** { *; }

For more information about PacketZoom please see the website.

Static Gson ProGuard rules

Popular ProGuard rules