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

Commit

Permalink
Update proguard-rules.pro (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Jul 1, 2021
1 parent b35897b commit 5cf3a7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dexter/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
-renamesourcefileattribute SourceFile

# Preserve all Dexter classes and method names

-keepattributes InnerClasses, Signature, *Annotation*

-keep class com.karumi.dexter.** { *; }
-keep interface com.karumi.dexter.** { *; }
-keepclasseswithmembernames class com.karumi.dexter.** { *; }
-keepclasseswithmembernames interface com.karumi.dexter.** { *; }
-keepclasseswithmembernames interface com.karumi.dexter.** { *; }

0 comments on commit 5cf3a7b

Please sign in to comment.