Skip to content

Commit

Permalink
Prevent public seedvault classes from being optimized (which breaks u…
Browse files Browse the repository at this point in the history
…nparcelling)
  • Loading branch information
sdlaver committed Aug 16, 2022
1 parent ddbb97e commit 831e5fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions seedvault/consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Preserve all public classes, and their public and protected fields and
# methods.

-keep public class com.solanamobile.seedvault.* {
public protected *;
}

0 comments on commit 831e5fd

Please sign in to comment.