diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-16 19:48:12 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-16 19:48:12 -0400 |
| commit | 11213720566a24c615d07c0b8b631006dd8e1633 (patch) | |
| tree | 82806c3185951f7452e995280d38344a29d51ba2 | |
| parent | 80924145aa0117595d411c63ddec469f2b1ab4a0 (diff) | |
raise minimum API level to 28
| -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 26de8b6f..bf30d712 100644 --- a/static/releases.html +++ b/static/releases.html @@ -324,6 +324,7 @@ <li>always use UTC as the time zone for build dates</li> <li>enable VPN lockdown by default</li> <li>update GrapheneOS fork of android-prepare-vendor to the collaborative AOSPAlliance fork</li> + <li>raise minimum supported API level to 28 from 23, producing a warning for installing apps targeting API < 28 (the Play Store disallows uploading new apps or app updates targeting API < 28 so this isn't an aggressive warning)</li> </ul> <p>Restoration of past features since the 2020.05.05.02 release:</p> |
