From 832521abed15aa03df89492a92b1379fb5e0127d Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 20 Jan 2023 18:16:05 -0500 Subject: [PATCH] improve gmscompat stack trace parser --- static/releases.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/releases.html b/static/releases.html index f5f47c42..422794c8 100644 --- a/static/releases.html +++ b/static/releases.html @@ -679,6 +679,7 @@
  • Sandboxed Google Play compatibility layer: avoid our implementation of the Play services location API returning null for getCurrentLocation() to avoid crashes in apps not handling it
  • Sandboxed Google Play compatibility layer: increment compatibility layer version to 1001
  • Sandboxed Google Play compatibility layer: use the most recent available version map in GmsCompatConfig to simplify defining configuration
  • +
  • Sandboxed Google Play compatibility layer: improve stack trace parser used for dynamic exception shims
  • GmsCompatConfig: add stub for LocationManager.registerGnssStatusCallback()
  • GmsCompatConfig: update max supported version of Play services and Play Store