diff --git a/package.json b/package.json index 3a168641a13768..47e314dd5ec71a 100644 --- a/package.json +++ b/package.json @@ -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.1", + "react-native-gradle-plugin": "^0.70.2", "react-refresh": "^0.4.0", "react-shallow-renderer": "^16.15.0", "regenerator-runtime": "^0.13.2", @@ -191,4 +191,4 @@ } ] } -} \ No newline at end of file +} diff --git a/packages/react-native-gradle-plugin/package.json b/packages/react-native-gradle-plugin/package.json index a9944bc27e4609..9749e8a244ac48 100644 --- a/packages/react-native-gradle-plugin/package.json +++ b/packages/react-native-gradle-plugin/package.json @@ -1,6 +1,6 @@ { "name": "react-native-gradle-plugin", - "version": "0.70.1", + "version": "0.70.2", "description": "⚛️ Gradle Plugin for React Native", "homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin", "repository": { diff --git a/yarn.lock b/yarn.lock index 5223d346be0c21..621489c7881c55 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5969,10 +5969,10 @@ react-native-codegen@*, react-native-codegen@^0.70.3: jscodeshift "^0.13.1" nullthrows "^1.1.1" -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-native-gradle-plugin@^0.70.2: + version "0.70.2" + resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.70.2.tgz#b5130f2c196e27c4c5912706503d69b8790f1937" + integrity sha512-k7d+CVh0fs/VntA2WaKD58cFB2rtiSLBHYlciH18ncaT4N/B3A4qOGv9pSCEHfQikELm6vAf98KMbE3c8KnH1A== react-refresh@^0.4.0: version "0.4.0"