Skip to content

Commit 4855d07

Browse files
authored
react-native-gradle-plugin renamed to @react-native/gradle-plugin (#3786)
* Update _integration-with-existing-apps-kotlin.md * Update _integration-with-existing-apps-kotlin.md * Update _integration-with-existing-apps-java.md * Update _integration-with-existing-apps-java.md * Update _integration-with-existing-apps-kotlin.md
1 parent 84e581a commit 4855d07

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/_integration-with-existing-apps-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ React Native uses the React Native Gradle Plugin to configure your dependencies
8888
First, let's edit your `settings.gradle` file by adding this line:
8989

9090
```groovy
91-
includeBuild('../node_modules/react-native-gradle-plugin')
91+
includeBuild('../node_modules/@react-native/gradle-plugin')
9292
```
9393

9494
Then you need to open your top level `build.gradle` and include this line:

docs/_integration-with-existing-apps-kotlin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ React Native uses the React Native Gradle Plugin to configure your dependencies
8888
First, let's edit your `settings.gradle` file by adding this line:
8989

9090
```groovy
91-
includeBuild('../node_modules/react-native-gradle-plugin')
91+
includeBuild('../node_modules/@react-native/gradle-plugin')
9292
```
9393

9494
Then you need to open your top level `build.gradle` and include this line:

website/versioned_docs/version-0.72/_integration-with-existing-apps-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ React Native uses the React Native Gradle Plugin to configure your dependencies
8888
First, let's edit your `settings.gradle` file by adding this line:
8989

9090
```groovy
91-
includeBuild('../node_modules/react-native-gradle-plugin')
91+
includeBuild('../node_modules/@react-native/gradle-plugin')
9292
```
9393

9494
Then you need to open your top level `build.gradle` and include this line:

website/versioned_docs/version-0.72/_integration-with-existing-apps-kotlin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ React Native uses the React Native Gradle Plugin to configure your dependencies
8888
First, let's edit your `settings.gradle` file by adding this line:
8989

9090
```groovy
91-
includeBuild('../node_modules/react-native-gradle-plugin')
91+
includeBuild('../node_modules/@react-native/gradle-plugin')
9292
```
9393

9494
Then you need to open your top level `build.gradle` and include this line:

0 commit comments

Comments
 (0)