diff --git a/android/app/proguard-rules.pro b/android/app/proguard-rules.pro index fd1304f8c..c796bd880 100644 --- a/android/app/proguard-rules.pro +++ b/android/app/proguard-rules.pro @@ -7,8 +7,8 @@ -keep class com.arthenica.mobileffmpeg.Config { native ; - void log(int, byte[]); - void statistics(int, float, float, long , int, double, double); + void log(long, int, byte[]); + void statistics(long, int, float, float, long , int, double, double); } -keep class com.arthenica.mobileffmpeg.AbiDetect {