Skip to content

Commit

Permalink
Update docs/_integration-with-existing-apps-kotlin.md
Browse files Browse the repository at this point in the history
Co-authored-by: Riccardo Cipolleschi <[email protected]>
  • Loading branch information
cortinico and cipolleschi committed Sep 26, 2024
1 parent 3a8d557 commit c29109b
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -93,7 +93,7 @@ buildscript {
}
```

This makes sure the React Native Gradle Plugin is available inside your project.
This makes sure the React Native Gradle Plugin (RNGP) is available inside your project.
Finally, add those lines inside your Applications's `build.gradle` file (it's a different `build.gradle` file usually inside your `app` folder - you can use the [Community template file as reference](https://github.com/react-native-community/template/blob/main/template/android/app/build.gradle)):

```diff
Expand Down

0 comments on commit c29109b

Please sign in to comment.