Skip to content

Commit 7a55ff2

Browse files
committed
LP-4275 Add ‘-keepattributes Exceptions’ to proguard file.
1 parent 2a9d30c commit 7a55ff2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AndroidSDK/proguard-rules.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@
323323

324324
-keepattributes *Annotation*
325325
-keepattributes Signature
326+
-keepattributes Exceptions
326327

327328
-keep class com.leanplum.Leanplum {
328329
static void reset();

0 commit comments

Comments
 (0)