Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] Increase Target SDK Version API to 28. #5344

Merged
merged 1 commit into from
Aug 22, 2023

Commits on Aug 22, 2023

  1. [Android] Increase Target SDK Version API to 28.

    Most of the breaking changes from API 21 to API 28 were made in a way that it doesn't really matter which API your applications targets.
    That is why there is no risk by increasing API level to 28.
    This will remove the message about outdated application, and also will remove an issue with the newer phones that have 4k display.
    It's not possible to increase it further, because starting from API 29 W^X feature was introduced, and this prevent us from running any executable that is not the part of our APK (even the client that we are copying from the assets folder based on the current device architecture).
    
    Signed-off-by: Vitalii Koshura <[email protected]>
    AenBleidd committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2825e35 View commit details
    Browse the repository at this point in the history