diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-06-20 09:49:16 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-06-20 09:49:16 -0400 |
| commit | acd61e8ab04305f8750ba161b3644d89c2cfa94d (patch) | |
| tree | 5ebf83b6440ecb166dbb46a1f7be8e87c9b951a3 | |
| parent | 3346e691c03f2bdebb4a1d8a40ef0ed97e8b4b5e (diff) | |
fix cast
| -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 10245fdb..4486b845 100644 --- a/static/releases.html +++ b/static/releases.html @@ -797,6 +797,7 @@ <li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/126.0.6478.110.0">version 126.0.6478.110.0</a></li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-118">version 118</a></li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-119">version 119</a></li> + <li>fix cast in GrapheneOS package management infrastructure needed for upcoming App Communication Scopes work</li> </ul> </article> --> |
