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

Commit

Permalink
Fixes SessionSettings Proguard serialization issues (#1607)
Browse files Browse the repository at this point in the history
* Fixes SessionSettings Proguard serialization issues

* Added a more global proguard rule to fix serialization issues
  • Loading branch information
keianhzo authored and bluemarvin committed Aug 20, 2019
1 parent 374e9aa commit 88bd9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +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.SessionState$** {*;} # Keep state clases used by gson.
-keep class org.mozilla.vrbrowser.browser.engine.** {*;} # Keep state clases used by gson.

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

0 comments on commit 88bd9c8

Please sign in to comment.