I’m using the Tencent SDK in my Flutter project and targeting the Android platform. I need to compile and run the app on Android, but I’m encountering issues because the Tencent SDK uses Java reflection.
This requires certain classes in the SDK to remain unobfuscated. How can I configure ProGuard to handle this?