mirror of
https://github.com/JakeWharton/mosaic.git
synced 2025-11-03 05:46:10 +08:00
Fix R8 tests (#739)
This commit is contained in:
@ -3,8 +3,10 @@
|
||||
native <methods>;
|
||||
}
|
||||
|
||||
-keepdirectories jni
|
||||
|
||||
# These members are interacted with through native code.
|
||||
-keep class com.jakewharton.mosaic.tty.Tty {
|
||||
-keep class com.jakewharton.mosaic.tty.Tty$Callback {
|
||||
void onFocus(...);
|
||||
void onKey(...);
|
||||
void onMouse(...);
|
||||
|
||||
Reference in New Issue
Block a user