Bump gradle-plugin to 0.0.4

Summary:
I'm bumping the Gradle Plugin to the latest stable. That's needed as the newest
plugin now specifies a Maven `group` and can leverage implicit dependency substitution.

Changelog:
[Internal] [Changed] - Bump gradle-plugin to 0.0.4

Reviewed By: ShikaSD

Differential Revision: D33530286

fbshipit-source-id: 904f0a6585b468322f611ed82c57cee7025305d7
This commit is contained in:
Nicola Corti
2022-01-12 09:38:14 -08:00
committed by Facebook GitHub Bot
parent f33892081a
commit 72d949e254
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
{
"name": "react-native-gradle-plugin",
"version": "0.0.3",
"version": "0.0.4",
"description": "⚛️ Gradle Plugin for React Native",
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin",
"repository": {
+1 -1
View File
@@ -21,7 +21,7 @@
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"react-native-gradle-plugin": "^0.0.3",
"react-native-gradle-plugin": "^0.0.4",
"react-test-renderer": "17.0.2"
},
"jest": {