Rocket.Chat.ReactNative/patches/react-native-jitsi-meet+2.1...

13 lines
683 B
Diff

diff --git a/node_modules/react-native-jitsi-meet/android/build.gradle b/node_modules/react-native-jitsi-meet/android/build.gradle
index 30b484f..04e6bea 100644
--- a/node_modules/react-native-jitsi-meet/android/build.gradle
+++ b/node_modules/react-native-jitsi-meet/android/build.gradle
@@ -51,6 +51,7 @@ dependencies {
exclude group: 'com.facebook.react', module:'react-native-vector-icons'
exclude group: 'com.facebook.react', module:'react-native-webview'
exclude group: 'com.facebook.react', module:'react-native-background-timer'
+ exclude group: 'com.facebook.react', module:'react-native-community-async-storage'
transitive = true
}
}