summaryrefslogtreecommitdiff
path: root/examples/library.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/library.pro')
-rw-r--r--examples/library.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/library.pro b/examples/library.pro
index b812082..4669e79 100644
--- a/examples/library.pro
+++ b/examples/library.pro
@@ -44,14 +44,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);
}