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

Commit

Permalink
Update GV. Add helper comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro committed Nov 22, 2018
1 parent 7dde4b0 commit af3edb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public static SessionStore get() {
}
return mInstance;
}
// You can test a local file using: "resource://android/assets/webvr/index.html"
private static final String HOME_WITHOUT_REGION_ORIGIN = "https://webxr.today/";
public static final String PRIVATE_BROWSING_URI = "about:privatebrowsing";
public static final int NO_SESSION_ID = -1;
Expand Down
4 changes: 3 additions & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
**/
ext.deps = [:]
def versions = [:]
versions.gecko_view = "65.0.20181119100115"
// GeckoView versions can be found here:
// https://maven.mozilla.org/?prefix=maven2/org/mozilla/geckoview/
versions.gecko_view = "65.0.20181121100030"
versions.android_components = "0.31.0"
versions.mozilla_speech = "1.0.6"
versions.google_vr = "1.170.0"
Expand Down

0 comments on commit af3edb9

Please sign in to comment.