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
This commit is contained in:
Nicola Corti 2022-09-26 13:35:48 -07:00 коммит произвёл Facebook GitHub Bot
Родитель 3f3394a566
Коммит 5fb0639e0b
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -128,7 +128,7 @@
"pretty-format": "^26.5.2", "pretty-format": "^26.5.2",
"promise": "^8.2.0", "promise": "^8.2.0",
"react-devtools-core": "^4.26.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-refresh": "^0.4.0",
"react-shallow-renderer": "^16.15.0", "react-shallow-renderer": "^16.15.0",
"regenerator-runtime": "^0.13.2", "regenerator-runtime": "^0.13.2",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "react-native-gradle-plugin", "name": "react-native-gradle-plugin",
"version": "0.71.1", "version": "0.71.2",
"description": "⚛️ Gradle Plugin for React Native", "description": "⚛️ Gradle Plugin for React Native",
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin", "homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin",
"repository": { "repository": {