User Activity

  • Posted a comment on discussion Help on ProGuard Java Optimizer and Obfuscator

    Thanks so much for the follow-up Eric!

  • Posted a comment on discussion Help on ProGuard Java Optimizer and Obfuscator

    Am trying to prevent obfuscation for all public methods in a specific class except for the following public method: public static String getLegacyEncryptionKey() { return ENCRYPTION_KEY; } Have tried the following which prevents obfuscation for all public methods however the single method getLegacyEncryptionKey does not even show up in the resulting proguard.map file: -keep class com.big.security.SecurityHelper { public *** !getLegacyEncryptionKey(...); } In a '-keep' declaration when specifying...

View All

Personal Data

Username:
rickymbryant
Joined:
2017-06-08 19:14:13

Projects

This is a list of open source software projects that Rick Bryant is associated with:

Personal Tools