You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of version v1.12, support for Android 5, Android 5.1 and Android 6 is deprecated and will be removed in a future update.
Old Android versions generate a significant chunk of error reports and bugs, while being only used by very few devices. These platforms are also lacking APIs and features, hindering app development. We are also unable to test on those platforms.
Update 2021-07-15: Android 5-6 devices will not receive any further feature updates. With v1.13, the minimum required API level will be raised to 24 (Android 7). We are still figuring out how to best build for legacy devices; those devices will probably receive a v1.12.3 instead.
If you want to step up and maintain a build for those versions, you should have:
Test hardware in that version range (5.1-6)
Experience with Android development, Android's version of linux, go, and cross compiling.
Capacity and willingness to commit to maintaining this, which means:
backporting features and bugfixes
fixing old-version specific issues
answering issue reports
The text was updated successfully, but these errors were encountered:
x0b
changed the title
Announcement: Android 5 and 6 are deprecated as of v1.12
Announcement: Support for Android 5 and 6 is deprecated as of v1.12
May 19, 2021
As of version
v1.12
, support for Android 5, Android 5.1 and Android 6 is deprecated and will be removed in a future update.Old Android versions generate a significant chunk of error reports and bugs, while being only used by very few devices. These platforms are also lacking APIs and features, hindering app development. We are also unable to test on those platforms.
Update 2021-07-15: Android 5-6 devices will not receive any further feature updates. With
v1.13
, the minimum required API level will be raised to 24 (Android 7). We are still figuring out how to best build for legacy devices; those devices will probably receive av1.12.3
instead.If you want to step up and maintain a build for those versions, you should have:
The text was updated successfully, but these errors were encountered: