mirror of
https://github.com/JakeWharton/mosaic.git
synced 2025-11-03 13:57:35 +08:00
Fix R8 tests (#739)
This commit is contained in:
@ -3,8 +3,10 @@
|
|||||||
native <methods>;
|
native <methods>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-keepdirectories jni
|
||||||
|
|
||||||
# These members are interacted with through native code.
|
# 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 onFocus(...);
|
||||||
void onKey(...);
|
void onKey(...);
|
||||||
void onMouse(...);
|
void onMouse(...);
|
||||||
|
|||||||
Reference in New Issue
Block a user