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

# from https://gameanalytics.com/docs/s/article/Android-SDK-Setup

-keep class  com.gameanalytics.sdk { *; }
-keep class  com.gameanalytics.sdk.** { *; }

-keep class  com.gameanalytics.sdk.GAPlatform { *; }
-keep class  com.gameanalytics.sdk.GAPlatform.** { *; }
-keep class android.net.ConnectivityManager.** { *; }
-keep class com.google.android.instantapps.InstantApps { *; }
-keepclassmembers class com.google.android.instantapps.InstantApps { *; }
