Fix R8 tests (#739)

This commit is contained in:
Jake Wharton
2025-02-24 22:26:30 -05:00
committed by GitHub
parent 32a91bac67
commit cbf315ebf2

View File

@ -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(...);