Commit fff50a9
committed
refactor(app): Optimize shared settings using ProGuard
This commit adds a ProGuard rule to assume no side effects for the constructors of classes in the `app.revanced.extension.shared.settings` package.
This allows R8 to potentially optimize the app by removing these constructor calls if they are deemed unused or redundant during the optimization process.1 parent 3a81587 commit fff50a9
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments