one of the features in android 2.3 is integrated proguard obfuscation when doing release builds. but how do i enable this obfuscation when creating my apk?
thanks!
|
one of the features in android 2.3 is integrated proguard obfuscation when doing release builds. but how do i enable this obfuscation when creating my apk? thanks!
| |||
|
feedback
|
|
I just used it with maven. If you are using maven as well, I would recommend you reading this blog post. | |||
|
feedback
|
|
add proguard.config=proguard.cfg into default.properties detail visit link text | |||
|
feedback
|