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

refactor: Removed obsolete version code checks #1588

Merged

Commits on Apr 8, 2023

  1. refactor: Removed obsolete version code checks

    Now that our Min SDK is 24, testing for >= N (API 24) and >= M (API 22) is obsolete as it will always be true.
    Simplify the codebase by removing the conditions and keeping only the API 24 or later codepath.
    breautek committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    05c0a66 View commit details
    Browse the repository at this point in the history