fix(android) set facebook groupId for all react-native dependencies

This commit is contained in:
tmoldovan8x8 2021-11-25 14:55:24 +02:00 committed by GitHub
parent 7bbc3bcf9e
commit 0a65ec1dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}