diff --git a/src/pandroid/app/proguard-rules.pro b/src/pandroid/app/proguard-rules.pro index 59ace401..31c24c5a 100644 --- a/src/pandroid/app/proguard-rules.pro +++ b/src/pandroid/app/proguard-rules.pro @@ -7,8 +7,8 @@ native ; } -# Keep all classes with native methods --keepclasseswithmembernames class * { +# Keep all native libraries and their methods +-keep class * { native ; }