Create proguard-rules.pro (#40)

This commit is contained in:
Feodor Fitsner 2025-02-22 16:12:47 -08:00 committed by GitHub
parent 070537e4b0
commit f45821c6af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

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