5 lines
240 B
Prolog
5 lines
240 B
Prolog
# Add project specific ProGuard rules here.
|
|
-keep class android.serialport.utils.SerialCardControl {
|
|
android.serialport.utils.SerialCardControl getSerialAlarmInstance*(...);
|
|
}
|
|
-keep class android.serialport.utils.TaskExcuteResult { *; } |