Fix: JNA issue in release mode (#335)

* Restore checkout config for nightly workflows.

* Add missing proguard config line for JNA.
This commit is contained in:
Jorge Martin Espinosa 2023-04-18 13:31:25 +02:00 committed by GitHub
parent 59df0faedc
commit 32d028c50e
3 changed files with 2 additions and 9 deletions

View file

@ -6,6 +6,7 @@
# http://developer.android.com/guide/developing/tools/proguard.html
# JNA
-dontwarn java.awt.*
-keep class com.sun.jna.** { *; }
-keep class * implements com.sun.jna.** { *; }
@ -23,4 +24,4 @@
}
-keepclassmembers class <1>.<2> {
<1>.<2>$Companion Companion;
}
}