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

# from
# http://support.gameanalytics.com/hc/en-us/articles/200841746-Options

## GSON (used by Game Analytics 1.x) ##
-keepattributes Signature
-keepattributes *Annotation*
-keep class sun.misc.Unsafe { *; }
-keep class com.google.gson.stream.** { *; }

## GAME ANALYTICS ##
-keep class com.gameanalytics.android.** { *; }
