Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 92035b7

Browse files
authored
Exclude the RemoteProperties from Proguard (#3515)
1 parent d3d2abf commit 92035b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/proguard-rules.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
-keep class org.mozilla.vrbrowser.ui.widgets.WidgetPlacement {*;} # Keep class used in JNI.
5353
-keep class org.mozilla.vrbrowser.ui.widgets.Windows$** {*;} # Keep state clases used by gson.
5454
-keep class org.mozilla.vrbrowser.browser.engine.** {*;} # Keep state clases used by gson.
55+
-keep class org.mozilla.vrbrowser.utils.RemoteProperties {*;} # Keep state clases used by gson.
5556

5657
# --------------------------------------------------------------------
5758
# Keep classes from HTC SDK

0 commit comments

Comments
 (0)