Bump react-native-gradle-plugin to 0.71.1

Summary:
As we're shipping the AGP 7.3.x bump which requires
changes of the Gradle Plugin, I'm bumping a version so I can use it
already in the new template.

Changelog:
[Internal] [Changed] - Bump react-native-gradle-plugin to 0.71.1

Reviewed By: mdvacca, dmytrorykun

Differential Revision: D39653418

fbshipit-source-id: 9e898530345f1a3461c44c04b4cc5e7736a0f6a5
This commit is contained in:
Nicola Corti 2022-09-20 19:31:17 -07:00 коммит произвёл Facebook GitHub Bot
Родитель de8d31a5aa
Коммит 765a4a97e4
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -128,7 +128,7 @@
"pretty-format": "^26.5.2",
"promise": "^8.2.0",
"react-devtools-core": "4.24.0",
"react-native-gradle-plugin": "^0.71.0",
"react-native-gradle-plugin": "^0.71.1",
"react-refresh": "^0.4.0",
"react-shallow-renderer": "^16.15.0",
"regenerator-runtime": "^0.13.2",

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

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