From 9573d7b84d35233fbb39a4067cfef65490aa34a7 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Thu, 7 Apr 2022 05:17:39 -0700 Subject: [PATCH] Bump React Native Gradle plugin to 0.0.6 (#33581) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/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 --- package.json | 2 +- packages/react-native-gradle-plugin/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d23b59d66c2b47..e35766f7e87339 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "pretty-format": "^26.5.2", "promise": "^8.0.3", "react-devtools-core": "4.24.0", - "react-native-gradle-plugin": "^0.0.5", + "react-native-gradle-plugin": "^0.0.6", "react-refresh": "^0.4.0", "react-shallow-renderer": "16.14.1", "regenerator-runtime": "^0.13.2", diff --git a/packages/react-native-gradle-plugin/package.json b/packages/react-native-gradle-plugin/package.json index a2bcc1fc16bf8a..b9d86d7702996d 100644 --- a/packages/react-native-gradle-plugin/package.json +++ b/packages/react-native-gradle-plugin/package.json @@ -1,6 +1,6 @@ { "name": "react-native-gradle-plugin", - "version": "0.0.5", + "version": "0.0.6", "description": "⚛️ Gradle Plugin for React Native", "homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin", "repository": {