-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9626652
commit b92fd48
Showing
4 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/node_modules/react-native-jitsi-meet/android/build.gradle b/node_modules/react-native-jitsi-meet/android/build.gradle | ||
index 1b5ac28..ab4fa58 100644 | ||
--- a/node_modules/react-native-jitsi-meet/android/build.gradle | ||
+++ b/node_modules/react-native-jitsi-meet/android/build.gradle | ||
@@ -37,7 +37,7 @@ android { | ||
|
||
repositories { | ||
maven { | ||
- url "https://github.com/jitsi/jitsi-maven-repository/raw/master/releases" | ||
+ url "https://github.com/jitsi/jitsi-maven-repository/raw/2.10.3/releases" | ||
} | ||
google() | ||
mavenCentral() |