Skip to content

Commit 1518f83

Browse files
author
Dmitry Rykun
authored
Upgrade react-native-gradle-plugin to 0.70.2 (#34390)
1 parent 6d3b8a2 commit 1518f83

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"pretty-format": "^26.5.2",
120120
"promise": "^8.0.3",
121121
"react-devtools-core": "4.24.0",
122-
"react-native-gradle-plugin": "^0.70.1",
122+
"react-native-gradle-plugin": "^0.70.2",
123123
"react-refresh": "^0.4.0",
124124
"react-shallow-renderer": "^16.15.0",
125125
"regenerator-runtime": "^0.13.2",
@@ -191,4 +191,4 @@
191191
}
192192
]
193193
}
194-
}
194+
}

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.70.1",
3+
"version": "0.70.2",
44
"description": "⚛️ Gradle Plugin for React Native",
55
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin",
66
"repository": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5969,10 +5969,10 @@ react-native-codegen@*, react-native-codegen@^0.70.3:
59695969
jscodeshift "^0.13.1"
59705970
nullthrows "^1.1.1"
59715971

5972-
react-native-gradle-plugin@^0.70.1:
5973-
version "0.70.1"
5974-
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.70.1.tgz#3d12a7db9c6ac655accf6854b72cf262e205dce4"
5975-
integrity sha512-6bfvoIL2lOqf4Dg+os+Pp7GMkBQYr/5pcoN8U/m7fgUSnDYJc4JLVyaA+ftwlaTW11YBcJU+aylMlBHyKzCOVA==
5972+
react-native-gradle-plugin@^0.70.2:
5973+
version "0.70.2"
5974+
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.70.2.tgz#b5130f2c196e27c4c5912706503d69b8790f1937"
5975+
integrity sha512-k7d+CVh0fs/VntA2WaKD58cFB2rtiSLBHYlciH18ncaT4N/B3A4qOGv9pSCEHfQikELm6vAf98KMbE3c8KnH1A==
59765976

59775977
react-refresh@^0.4.0:
59785978
version "0.4.0"

0 commit comments

Comments
 (0)