SDL: added Proguard rule to not remove SDL2 Java classes

This commit is contained in:
Sergii Pylypenko
2022-01-05 01:43:43 +02:00
parent 77a2647367
commit 964f88c9f7

View File

@@ -4,3 +4,5 @@
{
*;
}
-keep class org.libsdl.app.** { *; }