Skip to content

Commit ab7e83e

Browse files
committed
2 parents 8b5f8c7 + 6cfebf7 commit ab7e83e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Third party library
3434
Proguard
3535
--------
3636

37+
ProGuard obfuscates method names. Use the following snip in your ProGuard configuration file (proguard.cfg):
38+
3739
``` xml
3840
-keep class com.worthed.** { *; }
3941
-keepclassmembers class com.worthed.** { *; }

0 commit comments

Comments
 (0)