From b9f5696a85a9235ec54553095ac5fc60959180f2 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 13 Oct 2022 21:39:03 -0400 Subject: [PATCH] drop 32-bit WebView support --- static/releases.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/releases.html b/static/releases.html index 13731981..018a2f54 100644 --- a/static/releases.html +++ b/static/releases.html @@ -594,6 +594,7 @@
  • revert exploit protection compatibility mode suggestion notification since there are too many false positives and it encourages unnecessarily disabling many of our added exploit protections for an app along with creating the concern that we'll be suggesting disabling protections after they successfully block exploitation
  • improve wording for sensor access notification
  • Vanadium: update Chromium base to 106.0.5249.126
  • +
  • Vanadium: switch to 64-bit only releases without 32-bit WebView support. 32-bit-only apps haven't been obtainable through the Play Store on 64-bit devices since 2021-09-01, haven't been possible to publish since 2019-08-01 and the Pixel 7, Pixel 7 Pro and upcoming Pixel Tablet have fully dropped 32-bit app support. Most of the legacy 32-bit-only apps people want to run are old games which will still work fine since almost none of them require the WebView.
  • -->