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

build(deps)!: JDK11 and SDK 31+ are required #1552

Merged
merged 4 commits into from
Jun 3, 2022

Commits on Jun 3, 2022

  1. build(deps)!: JDK11 and SDK 31+ are required

    The template now inits a compileSdk/targetSdk 31 project,
    JDK8 cannot compile reliably against SDK31, so bump JDK as well
    mikehardy committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    226bd9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e77e7ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    163fca4 View commit details
    Browse the repository at this point in the history
  4. test(e2e): use zulu 11 JDK

    as documented in reactnative.dev, fixes java 8 build fail
    
    (cherry picked from commit d1b8d56)
    mikehardy committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    6159093 View commit details
    Browse the repository at this point in the history