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

Commit

Permalink
Added environment to Proguard (#3582)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored Jun 30, 2020
1 parent f100ee0 commit 5fd1bfd
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 @@ -53,6 +53,7 @@
-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 class org.mozilla.vrbrowser.utils.Environment {*;} # Keep state clases used by gson.

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

0 comments on commit 5fd1bfd

Please sign in to comment.