mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-23 14:41:33 -04:00
5 lines
208 B
Prolog
5 lines
208 B
Prolog
# Keep SDL activity and related JNI bridge methods.
|
|
-keep class org.libsdl.app.** { *; }
|
|
-keep class dev.twilitrealm.dusk.DuskHttpClient { *; }
|
|
-keep class dev.twilitrealm.dusk.DuskHttpClient$Response { *; }
|