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

chore: drop React Native 0.62, 0.63 since 3.14.0 #1533

Merged
merged 4 commits into from
Jul 18, 2022
Merged

Commits on Jul 18, 2022

  1. docs: add note to main readme

    Since 3.15.0 we support React Native 0.64+
    kkafar committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    ede4a23 View commit details
    Browse the repository at this point in the history
  2. chore: set minSdkVersion to 21

    kkafar committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    79675d8 View commit details
    Browse the repository at this point in the history
  3. chore: remove unnecessary check for API version in Android code

    Due to https://apilevels.com/ Build.VERSION_CODES.LOLIPOP is API version
    21 --> from now on this condition is redundant
    kkafar committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    f41639e View commit details
    Browse the repository at this point in the history
  4. chore: remove obsolete check for Android API version

    According to https://apilevels.com/ JELLY_BEAN_MR1 is API version 17 -->
    this check is now obsolete. So is the annotation.
    kkafar committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    2b11d9d View commit details
    Browse the repository at this point in the history