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:
parent
59df0faedc
commit
32d028c50e
3 changed files with 2 additions and 9 deletions
3
app/proguard-rules.pro
vendored
3
app/proguard-rules.pro
vendored
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue