-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Bump Android Gradle Plugin to 7.2.0 #33817
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
facebook-github-bot
added
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Contributor
A React Native contributor.
labels
May 12, 2022
Base commit: a897314 |
facebook-github-bot
added
the
Shared with Meta
Applied via automation to indicate that an Issue or Pull Request has been shared with the team.
label
May 12, 2022
Thanks for sending this over @dulmandakh. If possible I'd like to:
|
@cortinico first PR is ready, only APG 7.2.0 |
@cortinico has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This pull request was successfully merged by @dulmandakh in c274456. When will my fix make it into a release? | Upcoming Releases |
leotm
added a commit
to leotm/react-native-template-new-architecture
that referenced
this pull request
Jun 26, 2022
- Fix: #719 - Downgrade AGP from 7.4.0-alpha03 ❌ - AGP 7.2.0 ✅ facebook/react-native#33817 - AGP 7.4.0-beta03 ❌ - AGP 7.2.1 ✅ Flipper FATAL EXCEPTION: create_react_context java.lang.RuntimeException: Unable to load script. Make sure you're either running Metro (run 'npx react-native start') or that your bundle 'index.android.bundle' is packaged correctly for release. FATAL EXCEPTION: create_react_context Process: com.leotm.myapp, PID: 13832 java.lang.RuntimeException: Unable to load script. Make sure you're either running Metro (run 'npx react-native start') or that your bundle 'index.android.bundle' is packaged correctly for release. at com.facebook.react.bridge.CatalystInstanceImpl.jniLoadScriptFromAssets(Native Method) at com.facebook.react.bridge.CatalystInstanceImpl.loadScriptFromAssets(CatalystInstanceImpl.java:248) at com.facebook.react.bridge.JSBundleLoader$1.loadScript(JSBundleLoader.java:29) at com.facebook.react.bridge.CatalystInstanceImpl.runJSBundle(CatalystInstanceImpl.java:277) at com.facebook.react.ReactInstanceManager.createReactContext(ReactInstanceManager.java:1404) at com.facebook.react.ReactInstanceManager.access$1200(ReactInstanceManager.java:136) at com.facebook.react.ReactInstanceManager$5.run(ReactInstanceManager.java:1108) at java.lang.Thread.run(Thread.java:920)
facebook-github-bot
pushed a commit
that referenced
this pull request
Jul 12, 2022
Summary: - Fix: #34103 - Follow-up: #33817 ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [Android] [Changed] - Bump Android Gradle Plugin to 7.2.1 Pull Request resolved: #34166 Test Plan: Everything builds and runs as expected Reviewed By: javache Differential Revision: D37747754 Pulled By: cortinico fbshipit-source-id: b51f26d773ddfbdaf4490f89f3b207a41b225a82
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Contributor
A React Native contributor.
Merged
This PR has been merged.
Platform: Android
Android applications.
Shared with Meta
Applied via automation to indicate that an Issue or Pull Request has been shared with the team.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Bump Android Gradle Plugin to 7.2.0 (May 2022), which supported by latest Android Studio (Chipmunk). See https://developer.android.com/studio/releases/gradle-plugin#7-2-0
Changelog
[Android] [Changed] - Bump Android Gradle Plugin to 7.2.0
Test Plan
Everything builds and runs as expected