Skip to content
This repository was archived by the owner on Jul 2, 2021. It is now read-only.

Commit 5cf3a7b

Browse files
authored
Update proguard-rules.pro (#283)
1 parent b35897b commit 5cf3a7b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dexter/proguard-rules.pro

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
-renamesourcefileattribute SourceFile
2-
31
# Preserve all Dexter classes and method names
42

53
-keepattributes InnerClasses, Signature, *Annotation*
64

75
-keep class com.karumi.dexter.** { *; }
86
-keep interface com.karumi.dexter.** { *; }
97
-keepclasseswithmembernames class com.karumi.dexter.** { *; }
10-
-keepclasseswithmembernames interface com.karumi.dexter.** { *; }
8+
-keepclasseswithmembernames interface com.karumi.dexter.** { *; }

0 commit comments

Comments
 (0)