SpotiFlyer/mobile-ffmpeg/build/.transforms/e4ff8abd8f7cdbb20ada63ed51b88177/jetified-mobile-ffmpeg/proguard.txt

17 lines
491 B
Plaintext
Raw Normal View History

2020-08-07 05:40:24 +02:00
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
-keep class com.arthenica.mobileffmpeg.Config {
native <methods>;
void log(int, byte[]);
void statistics(int, float, float, long, int, double, double);
}
-keep class com.arthenica.mobileffmpeg.AbiDetect {
native <methods>;
}