@react-native/gradle-plugin 0.75.0-rc.5 → 0.75.0-rc.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native/gradle-plugin",
3
- "version": "0.75.0-rc.5",
3
+ "version": "0.75.0-rc.6",
4
4
  "description": "Gradle Plugin for React Native",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -44,7 +44,7 @@ abstract class ReactSettingsExtension @Inject constructor(val settings: Settings
44
44
  lockFiles: FileCollection =
45
45
  settings.layout.rootDirectory
46
46
  .dir("../")
47
- .files("yarn.lock", "package-lock.json", "package.json")
47
+ .files("yarn.lock", "package-lock.json", "package.json", "react-native.config.js")
48
48
  ) {
49
49
  outputFile.parentFile.mkdirs()
50
50
  val lockFilesChanged = checkAndUpdateLockfiles(lockFiles, outputFolder)