Skip to content

Commit

Permalink
Keep classes used by gson (#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro authored and bluemarvin committed Aug 5, 2019
1 parent b4fe813 commit 6f68a9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/proguard-rules.pro
Expand Up @@ -50,7 +50,9 @@
# --------------------------------------------------------------------
# Keep classes from FxR
# --------------------------------------------------------------------
-keep class org.mozilla.vrbrowser.ui.widgets.WidgetPlacement {*;}
-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.browser.engine.SessionStore** {*;} # Keep state clases used by gson.

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

0 comments on commit 6f68a9a

Please sign in to comment.