fix proguard rules for android

pull/7/head
Taner Sener 4 years ago
parent 1abae81589
commit c0be432062
  1. 1
      android/ffmpeg-kit-android-lib/proguard-rules.pro

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

Loading…
Cancel
Save