2daa2b3b05
to generate a rules file for proguard for stuff from the manifest and other resources that need to be kept.
7 lines
328 B
Text
7 lines
328 B
Text
# see http://sourceforge.net/tracker/?func=detail&aid=2787465&group_id=54750&atid=474707
|
|
-optimizations !code/simplification/arithmetic
|
|
-allowaccessmodification
|
|
|
|
# Some classes in the libraries extend package private classes to chare common functionality
|
|
# that isn't explicitly part of the API
|
|
-dontskipnonpubliclibraryclasses
|