ProGuard Configuration
Required ProGuard rules for Android builds
When building for Android release mode with code obfuscation:
Required Rule
Add this rule to your ProGuard configuration:
-keep class com.Geeklab.plugin.** { *; }
How to Apply
- Add to your existing ProGuard file.
- Or create
proguard-user.txt
in/Assets/Plugins/Android
with the rule.
⚠️ Missing this rule may cause runtime errors or break SDK functionality.