fix(android) set facebook groupId for all react-native dependencies
This commit is contained in:
parent
7bbc3bcf9e
commit
0a65ec1dfa
|
@ -217,7 +217,7 @@ publishing {
|
|||
def groupId = it.moduleGroup
|
||||
def artifactId = it.moduleName
|
||||
|
||||
if (artifactId.startsWith('react-native-') && groupId.equals('jitsi-meet')) {
|
||||
if (artifactId.startsWith('react-native-')) {
|
||||
groupId = rootProject.ext.moduleGroupId
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue