Skip to content

Commit

Permalink
react-native-gradle-plugin renamed to @react-native/gradle-plugin (#3786
Browse files Browse the repository at this point in the history
)

* 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
  • Loading branch information
sunnylqm authored Jul 7, 2023
1 parent 84e581a commit 4855d07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_integration-with-existing-apps-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ React Native uses the React Native Gradle Plugin to configure your dependencies
First, let's edit your `settings.gradle` file by adding this line:

```groovy
includeBuild('../node_modules/react-native-gradle-plugin')
includeBuild('../node_modules/@react-native/gradle-plugin')
```

Then you need to open your top level `build.gradle` and include this line:
Expand Down
2 changes: 1 addition & 1 deletion docs/_integration-with-existing-apps-kotlin.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ React Native uses the React Native Gradle Plugin to configure your dependencies
First, let's edit your `settings.gradle` file by adding this line:

```groovy
includeBuild('../node_modules/react-native-gradle-plugin')
includeBuild('../node_modules/@react-native/gradle-plugin')
```

Then you need to open your top level `build.gradle` and include this line:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ React Native uses the React Native Gradle Plugin to configure your dependencies
First, let's edit your `settings.gradle` file by adding this line:

```groovy
includeBuild('../node_modules/react-native-gradle-plugin')
includeBuild('../node_modules/@react-native/gradle-plugin')
```

Then you need to open your top level `build.gradle` and include this line:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ React Native uses the React Native Gradle Plugin to configure your dependencies
First, let's edit your `settings.gradle` file by adding this line:

```groovy
includeBuild('../node_modules/react-native-gradle-plugin')
includeBuild('../node_modules/@react-native/gradle-plugin')
```

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

0 comments on commit 4855d07

Please sign in to comment.