Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
android_jni: Add proguard rules for native code
Without this change, proguard will obfuscate members of the Info class, which is being accessed by the native methods. The native JNI code will crash as it will not be able to find the members with their original names. Fixes bumptech/glide#4761.
- Loading branch information