Skip to content

Commit

Permalink
Upgrade react-native-gradle-plugin to 0.70.1 (#34330)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Rykun committed Aug 2, 2022
1 parent 7c7ba1b commit 2176173
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"pretty-format": "^26.5.2",
"promise": "^8.0.3",
"react-devtools-core": "4.24.0",
"react-native-gradle-plugin": "^0.70.0",
"react-native-gradle-plugin": "^0.70.1",
"react-refresh": "^0.4.0",
"react-shallow-renderer": "^16.15.0",
"regenerator-runtime": "^0.13.2",
Expand Down Expand Up @@ -191,4 +191,4 @@
}
]
}
}
}
2 changes: 1 addition & 1 deletion packages/react-native-gradle-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-gradle-plugin",
"version": "0.70.0",
"version": "0.70.1",
"description": "⚛️ Gradle Plugin for React Native",
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6028,10 +6028,10 @@ react-native-codegen@*, react-native-codegen@^0.70.3:
jscodeshift "^0.13.1"
nullthrows "^1.1.1"

react-native-gradle-plugin@^0.70.0:
version "0.70.0"
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.70.0.tgz#5700a2341dad7025453696961bac257d2a471534"
integrity sha512-tCYXPThRSqHJ216bCzGDNabNK8HSlmikGw5YqNgIyUmD08a5TFZyV8SMbSJmndUbYuF+lhB0MuAaT8HEtIgtzA==
react-native-gradle-plugin@^0.70.1:
version "0.70.1"
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.70.1.tgz#3d12a7db9c6ac655accf6854b72cf262e205dce4"
integrity sha512-6bfvoIL2lOqf4Dg+os+Pp7GMkBQYr/5pcoN8U/m7fgUSnDYJc4JLVyaA+ftwlaTW11YBcJU+aylMlBHyKzCOVA==

react-refresh@^0.4.0:
version "0.4.0"
Expand Down

0 comments on commit 2176173

Please sign in to comment.