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

fix(android): remove jcenter repository completely #202

Merged
merged 6 commits into from
Jan 4, 2022

Commits on Jan 4, 2022

  1. Configuration menu
    Copy the full SHA
    cdce54e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    656e05c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b00bbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f6c6f0 View commit details
    Browse the repository at this point in the history
  5. fix(example, android): fix app name so `yarn react-native run-android…

    …` works
    
    the app name in manifest was different then the configured app name, so the
    app did not run from the command line, now it does
    mikehardy committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    d2a15a2 View commit details
    Browse the repository at this point in the history
  6. build(deps): revert partial react-native version bump

    you cannot just bump the version without actually doing all the changes
    required when you update react-native (e.g., integrating diffs from upgrade-helper)
    
    the partial change broke the example app on ios, reverting it makes the example app
    work again, at least up through use of Xcode-12.4. react-native 0.60 does not work with
    Xcode 12.5+ but that's a known issue and is solved by doing a full update of the example
    app, which is out of scope for a jcenter change
    mikehardy committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    62cecf7 View commit details
    Browse the repository at this point in the history