From 5fb0639e0b43e4faed250d3e681a121ddc3ce4e3 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Mon, 26 Sep 2022 13:35:48 -0700 Subject: [PATCH] Bump react-native-gradle-plugin to 0.71.2 Summary: We need to bump & publish a new version of the Gradle Plugin. This is needed otherwise the template will break as I start to remove entries from the `Android-prebuilt.cmake` file Changelog: [Internal] [Changed] - Bump react-native-gradle-plugin to 0.71.2 Reviewed By: lunaleaps, mdvacca Differential Revision: D39815785 fbshipit-source-id: b140187971e2f963ef459e9c83ce9a76e67c89bd --- 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 fa5e124024881f..30db466c0f76c6 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "pretty-format": "^26.5.2", "promise": "^8.2.0", "react-devtools-core": "^4.26.0", - "react-native-gradle-plugin": "^0.71.1", + "react-native-gradle-plugin": "^0.71.2", "react-refresh": "^0.4.0", "react-shallow-renderer": "^16.15.0", "regenerator-runtime": "^0.13.2", diff --git a/packages/react-native-gradle-plugin/package.json b/packages/react-native-gradle-plugin/package.json index 0097bd793d3ae7..3eb5e1a371fc12 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.71.1", + "version": "0.71.2", "description": "⚛️ Gradle Plugin for React Native", "homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin", "repository": {