diff options
Diffstat (limited to 'examples/android.pro')
-rw-r--r-- | examples/android.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/android.pro b/examples/android.pro index 234dad4..10aa805 100644 --- a/examples/android.pro +++ b/examples/android.pro @@ -128,14 +128,14 @@ # Preserve all native method names and the names of their classes. --keepclasseswithmembernames class * { +-keepclasseswithmembernames,includedescriptorclasses class * { native <methods>; } # Preserve the special static methods that are required in all enumeration # classes. --keepclassmembers class * extends java.lang.Enum { +-keepclassmembers,allowoptimization enum * { public static **[] values(); public static ** valueOf(java.lang.String); } |