Skip to content

Commit 94ee813

Browse files
fix 1.5.1 (#164)
1 parent 1d88b41 commit 94ee813

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

proguard-rules.txt

+7
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@
3333
*;
3434
}
3535

36+
# Keep Payload classes that get sent to Optimizely's backend
37+
-keep class com.optimizely.ab.event.internal.payload.** { *; }
38+
39+
# Keep these for logging purposes
40+
-keep class com.optimizely.ab.bucketing.DecisionService { *; }
41+
-keep class com.optimizely.ab.Optimizely { *; }
42+
3643
# Gson
3744
-keepnames class com.google.gson.Gson
3845

0 commit comments

Comments
 (0)