Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Switch to browser-engine-gecko-beta (GeckoView 68.0).
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo authored and boek committed May 22, 2019
1 parent 03d0ed9 commit c3ff7a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Expand Up @@ -286,7 +286,7 @@ dependencies {
implementation Deps.mozilla_feature_downloads
implementation Deps.mozilla_browser_domains
implementation Deps.mozilla_browser_icons
implementation Deps.mozilla_browser_engine_gecko_nightly
implementation Deps.mozilla_browser_engine_gecko_beta
implementation Deps.mozilla_browser_session
implementation Deps.mozilla_browser_storage_sync
implementation Deps.mozilla_browser_toolbar
Expand Down Expand Up @@ -324,9 +324,9 @@ dependencies {

implementation Deps.mozilla_lib_fetch_httpurlconnection

armImplementation Gecko.geckoview_nightly_arm
x86Implementation Gecko.geckoview_nightly_x86
aarch64Implementation Gecko.geckoview_nightly_aarch64
armImplementation Gecko.geckoview_beta_arm
x86Implementation Gecko.geckoview_beta_x86
aarch64Implementation Gecko.geckoview_beta_aarch64

implementation Deps.androidx_legacy
implementation Deps.androidx_preference
Expand Down

0 comments on commit c3ff7a1

Please sign in to comment.