Skip to content

Commit 1164877

Browse files
authored
Merge pull request #4 from Enuviel/LP-4275
LP-4275 Add ‘-keepattributes exceptions’ to proguard file.
2 parents 62d1e6a + 7a55ff2 commit 1164877

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)