ijkplayer ProGuard rules

ijkplayer – is an Android video player based on FFmpeg n3.3, with MediaCodec, VideoToolbox support.

ProGuard rules for ijkplayer

ProGuard removes classes, methods, fields and and attributes in the shrinking step. Obfuscating code that performs reflection may cause of error. You have to set up a ProGuard configuration in proguard-rules.pro file.

# ijkplayer
-keep class tv.danmaku.ijk.media.player.** { ; }
-dontwarn tv.danmaku.ijk.media.player.*
-keep interface tv.danmaku.ijk.media.player.** { *; }

For more information about ijkplayer please see the website.

Static Gson ProGuard rules

Popular ProGuard rules