Skip to content

Commit 72d949e

Browse files
cortinicofacebook-github-bot
authored andcommitted
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
1 parent f338920 commit 72d949e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-native-gradle-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-gradle-plugin",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "⚛️ Gradle Plugin for React Native",
55
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin",
66
"repository": {

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"eslint": "^7.32.0",
2222
"jest": "^26.6.3",
2323
"metro-react-native-babel-preset": "^0.66.2",
24-
"react-native-gradle-plugin": "^0.0.3",
24+
"react-native-gradle-plugin": "^0.0.4",
2525
"react-test-renderer": "17.0.2"
2626
},
2727
"jest": {

0 commit comments

Comments
 (0)