-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Leverage Gradle implicit dependency substitution for Gradle Plugin
Summary: Previously we asked users to specify a dependency substitution rule to properly use the React Native Gradle Plugin. Here I'm updating the Gradle Plugins setup to allow to use implicit dependency substitution. This requires to specify a Maven Group and Artifact Name (through the project name). This is backward compatible as users will still be allowed to specify a dependency substitution rule if they wish. Changelog: [Android] [Changed] - Leverage Gradle implicit dependency substitution for Gradle Plugin Reviewed By: ShikaSD Differential Revision: D33404948 fbshipit-source-id: 3323f8e0738fd579ce8ae344cbdc0e4356e7dbd8
- Loading branch information
1 parent
36037fa
commit 0fccbd5
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,5 @@ pluginManagement { | |
google() | ||
} | ||
} | ||
|
||
rootProject.name = "react-native-gradle-plugin" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters