Create proguard-rules.pro

This commit is contained in:
Feodor Fitsner 2025-02-22 16:09:13 -08:00
parent 070537e4b0
commit fce122f6bd
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
-keep class com.flet.serious_python_android.** { *; }
-keepnames class * { *; }