Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
supportLibVersion = "28.0.0"
libre_build = !(isPlay.toBoolean())
jitsi_url = isPlay ? "https://github.com/RocketChat/jitsi-maven-repository/raw/master/releases" : "https://github.com/RocketChat/jitsi-maven-repository/raw/libre/releases"
jitsi_version = isPlay ? "2.10.2-rc" : "2.10.0-libre"
jitsi_version = isPlay ? "2.10.2" : "2.10.0-libre"
}

repositories {
Expand Down Expand Up @@ -51,13 +51,13 @@ allprojects {
// Android JSC is installed from npm
url("$rootDir/../node_modules/jsc-android/dist")
}

maven {
url safeExtGet("jitsi_url", "https://github.com/RocketChat/jitsi-maven-repository/raw/master/releases")
url jitsi_url
}

google()
jcenter()

maven { url 'https://maven.google.com' }
maven { url 'https://www.jitpack.io' }
}
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ EXTERNAL SOURCES:

CHECKOUT OPTIONS:
JitsiMeetSDK:
:commit: 93bc9c44d1c6d48ebd1e298dd5391db0d5d3a948
:commit: 34660a3a34798fe28fcfd340f9ad30184b9fa0d1
:git: https://github.com/RocketChat/jitsi-meet-ios-sdk-releases.git

SPEC CHECKSUMS:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/Info.plist
Binary file not shown.
Binary file modified ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/JitsiMeet
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ios/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12931,7 +12931,7 @@ react-native-iphone-x-helper@^1.0.3, react-native-iphone-x-helper@^1.2.1:

react-native-jitsi-meet@RocketChat/react-native-jitsi-meet:
version "2.4.0"
resolved "https://codeload.github.com/RocketChat/react-native-jitsi-meet/tar.gz/736ac57044c0723185fcc9e2b768a1ee53be7e13"
resolved "https://codeload.github.com/RocketChat/react-native-jitsi-meet/tar.gz/e45a042bc916d53c05d1d4e09becb2186144bc72"

react-native-keycommands@2.0.3:
version "2.0.3"
Expand Down