Skip to content

Commit 9573d7b

Browse files
cortinicofacebook-github-bot
authored andcommitted
Bump React Native Gradle plugin to 0.0.6 (#33581)
Summary: Pull Request resolved: #33581 We currently have some code on the RN Gradle Plugin that we need to ship. There are both bugfixes needed for RN 0.68.1 and for the current nightly (therefore needed for RN 0.69). I've verified that this works on a fresh RN 0.68.0 install with `npm pack` and triggering a build on a fresh setup from app template, with newArchEnabled set to true. Changelog: [Android] [Changed] - Bump React Native Gradle plugin to 0.0.6 Reviewed By: rubennorte Differential Revision: D35439444 fbshipit-source-id: 662b2211c44b261e3e3c9cddc946107cfb495c79
1 parent 5cd6367 commit 9573d7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"pretty-format": "^26.5.2",
115115
"promise": "^8.0.3",
116116
"react-devtools-core": "4.24.0",
117-
"react-native-gradle-plugin": "^0.0.5",
117+
"react-native-gradle-plugin": "^0.0.6",
118118
"react-refresh": "^0.4.0",
119119
"react-shallow-renderer": "16.14.1",
120120
"regenerator-runtime": "^0.13.2",

packages/react-native-gradle-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-gradle-plugin",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "⚛️ Gradle Plugin for React Native",
55
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin",
66
"repository": {

0 commit comments

Comments
 (0)