Skip to content

Commit

Permalink
Really fix proguard-rules.pro
Browse files Browse the repository at this point in the history
  • Loading branch information
hardcore-sushi committed Apr 19, 2023
1 parent f6d1fc8 commit 8c9c6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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.FFmepgMuxer {
-keepclassmembers class sushi.hardcore.droidfs.video_recording.FFmpegMuxer {
void writePacket(byte[]);
void seek(long);
}

0 comments on commit 8c9c6a2

Please sign in to comment.