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