diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-01-20 18:16:05 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-01-20 18:16:05 -0500 |
| commit | 832521abed15aa03df89492a92b1379fb5e0127d (patch) | |
| tree | c15427c396bea7d38a73e5be3b099801e1168563 | |
| parent | 48b8a933efc22bb612d8da6bc99137a0ed41498c (diff) | |
improve gmscompat stack trace parser
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <li>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</li> <li>Sandboxed Google Play compatibility layer: increment compatibility layer version to 1001</li> <li>Sandboxed Google Play compatibility layer: use the most recent available version map in GmsCompatConfig to simplify defining configuration</li> + <li>Sandboxed Google Play compatibility layer: improve stack trace parser used for dynamic exception shims</li> <li>GmsCompatConfig: add stub for LocationManager.registerGnssStatusCallback()</li> <li>GmsCompatConfig: update max supported version of Play services and Play Store</li> </ul> |
