Fix proguard-rules.pro

This commit is contained in:
Matéo Duparc 2023-04-19 15:34:36 +02:00
parent 05f4610407
commit 0a089c46ca
Signed by: hardcoresushi
GPG Key ID: AFE384344A45E13A
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
-keepclassmembers class sushi.hardcore.droidfs.explorers.ExplorerElement {
static sushi.hardcore.droidfs.explorers.ExplorerElement new(...);
}
-keepclassmembers class sushi.hardcore.droidfs.video_recording.MediaMuxer {
-keepclassmembers class sushi.hardcore.droidfs.video_recording.FFmepgMuxer {
void writePacket(byte[]);
void seek(long);
}