diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-01-08 13:58:17 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-02-10 04:00:51 -0500 |
| commit | cef773e560d8d370f36a4aa99c4e1ba70cd58ec0 (patch) | |
| tree | a8b60ba8ecf5dc0403352fdd1c74027b1c9f4534 | |
| parent | d3322b4316eb558bbcab9a98548d7b7616894fb2 (diff) | |
gmscompat location fix
| -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 822b9e90..e38b0a2a 100644 --- a/static/releases.html +++ b/static/releases.html @@ -579,6 +579,7 @@ <li>kernel (5.15): update to latest GKI LTS branch revision including update to 5.15.175</li> <li>kernel (6.1): update to latest GKI LTS branch revision including update to 6.1.123</li> <li>kernel (6.6): update to latest GKI LTS branch revision including update to 6.6.65</li> + <li>Sandboxed Google Play compatibility layer: fix implementation of getCurrentLocation() to return SUCCESS even when the result is null to avoid some edge case issues</li> <li>Camera: update to <a href="https://github.com/GrapheneOS/Camera/releases/tag/76">version 76</a></li> <li>Camera: update to <a href="https://github.com/GrapheneOS/Camera/releases/tag/77">version 77</a></li> <li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/131.0.6778.260.0">version 131.0.6778.260.0</a></li> |
