From 0a65ec1dfabc021728e4c3549b454437162ef2d9 Mon Sep 17 00:00:00 2001 From: tmoldovan8x8 <62697631+tmoldovan8x8@users.noreply.github.com> Date: Thu, 25 Nov 2021 14:55:24 +0200 Subject: [PATCH] fix(android) set facebook groupId for all react-native dependencies --- android/sdk/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/sdk/build.gradle b/android/sdk/build.gradle index f605f264c..8d283a7d3 100644 --- a/android/sdk/build.gradle +++ b/android/sdk/build.gradle @@ -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 }