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 }