From 4be74be2a2dd002393a04b3c75be405e4a1452fa Mon Sep 17 00:00:00 2001 From: Taner Sener Date: Sat, 1 Aug 2020 10:30:24 +0100 Subject: [PATCH] fix proguard rules, fixes #508 --- android/app/proguard-rules.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {