Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 4be74be

Browse files
committed
fix proguard rules, fixes #508
1 parent 70b8686 commit 4be74be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/proguard-rules.pro

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
-keep class com.arthenica.mobileffmpeg.Config {
99
native <methods>;
10-
void log(int, byte[]);
11-
void statistics(int, float, float, long , int, double, double);
10+
void log(long, int, byte[]);
11+
void statistics(long, int, float, float, long , int, double, double);
1212
}
1313

1414
-keep class com.arthenica.mobileffmpeg.AbiDetect {

0 commit comments

Comments
 (0)