Skip to content

Update Android-Components to 118.2.0

grant requested to merge components-v118.2.0 into develop

This MR updates the android-components to v118.2.0.

Most importantly, this includes a change to our fork of the geckoview library. In the previous version of geckoview, v118.1, we hard-coded the proxy config as a solution to #112 (closed). However, in v118.2, I've made an improvement to our patch of geckoview, now the proxy config can be set to custom values at runtime. Essentially, we are still hard-coding this to the usual "127.0.0.1:8077" value, but at least we have flexibility to modify this value with only a change to the Ceno source, i.e. without having to rebuild geckoview.

Merge request reports