Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion www/FrequentlyAskedQuestions.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ If you're using Proguard, you should also add the following to your Proguard rul
```
-dontwarn java.awt.*
-keep class com.sun.jna.* { *; }
-keep class * extends com.sun.jna.* { *; }
-keepclassmembers class * extends com.sun.jna.* { public *; }
```

Expand Down Expand Up @@ -288,4 +289,4 @@ ant -lib lib/clover.jar clover
```

The result is placed in `$JNA_BASE/build/reports/clover` and can be opened with
a webbrowser.
a webbrowser.
Loading