# -*- mode: shell-script -*-
# GameAnalytics proguard file.
# This will be added to the main integrated/custom-proguard-project.txt
# file by the build tool.

# heyzap, https://developers.heyzap.com/docs/android_sdk_advanced
-keep public class com.heyzap.** { *; }
-libraryjars libs/heyzap-ads-sdk.jar
-dontwarn com.heyzap.**

# chartboost (as it may be part of heyzap)
-keep class com.chartboost.** { *; }
