Skip to content

Commit

Permalink
fix 1.5.1 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaszurkan-optimizely committed Nov 3, 2017
1 parent 1d88b41 commit 94ee813
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions proguard-rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@
*;
}

# Keep Payload classes that get sent to Optimizely's backend
-keep class com.optimizely.ab.event.internal.payload.** { *; }

# Keep these for logging purposes
-keep class com.optimizely.ab.bucketing.DecisionService { *; }
-keep class com.optimizely.ab.Optimizely { *; }

# Gson
-keepnames class com.google.gson.Gson

Expand Down

0 comments on commit 94ee813

Please sign in to comment.