From cbab00437dd56e89d550e895e7a7bcd0774cc44f Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Wed, 6 Apr 2022 14:09:21 -0700 Subject: [PATCH] Bump React Native Gradle plugin to 0.0.6 Summary: 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 Differential Revision: D35439444 fbshipit-source-id: 4d475c7d3b486c53c6bb290c0d16767faa7b566e --- 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 d23b59d66c2..e35766f7e87 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 a2bcc1fc16b..b9d86d77029 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": {