fix proguard rules for android

This commit is contained in:
Taner Sener 2021-01-26 22:38:52 +00:00
parent 1abae81589
commit c0be432062

View File

@ -9,6 +9,7 @@
native <methods>; native <methods>;
void log(long, int, byte[]); void log(long, int, byte[]);
void statistics(long, int, float, float, long , int, double, double); void statistics(long, int, float, float, long , int, double, double);
void closeParcelFileDescriptor(int);
} }
-keep class com.arthenica.ffmpegkit.AbiDetect { -keep class com.arthenica.ffmpegkit.AbiDetect {