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

Commit

Permalink
Exclude the RemoteProperties from Proguard (#3515)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored Jun 18, 2020
1 parent d3d2abf commit 92035b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
-keep class org.mozilla.vrbrowser.ui.widgets.WidgetPlacement {*;} # Keep class used in JNI.
-keep class org.mozilla.vrbrowser.ui.widgets.Windows$** {*;} # Keep state clases used by gson.
-keep class org.mozilla.vrbrowser.browser.engine.** {*;} # Keep state clases used by gson.
-keep class org.mozilla.vrbrowser.utils.RemoteProperties {*;} # Keep state clases used by gson.

# --------------------------------------------------------------------
# Keep classes from HTC SDK
Expand Down

0 comments on commit 92035b7

Please sign in to comment.