Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade WebRTC SDK to 125.6422.04 #124

Merged
merged 1 commit into from
Aug 14, 2024
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
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ accompanist-permision = "0.34.0"
compose = "1.6.6"
kermit = "2.0.3"
kotlin-wrappers = "1.0.0-pre.732"
webrtc-android-sdk = "125.6422.02"
webrtc-ios-sdk = "125.6422.02"
webrtc-android-sdk = "125.6422.04"
webrtc-ios-sdk = "125.6422.04"

#Android
minSdk = "21"
Expand Down
2 changes: 1 addition & 1 deletion sample/composeApp/composeApp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.vendored_frameworks = 'build/cocoapods/framework/ComposeApp.framework'
spec.libraries = 'c++'
spec.ios.deployment_target = '13.0'
spec.dependency 'WebRTC-SDK', '125.6422.02'
spec.dependency 'WebRTC-SDK', '125.6422.04'

if !Dir.exist?('build/cocoapods/framework/ComposeApp.framework') || Dir.empty?('build/cocoapods/framework/ComposeApp.framework')
raise "
Expand Down
8 changes: 4 additions & 4 deletions sample/iosApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- composeApp (1.0):
- WebRTC-SDK (= 125.6422.02)
- WebRTC-SDK (125.6422.02)
- WebRTC-SDK (= 125.6422.04)
- WebRTC-SDK (125.6422.04)

DEPENDENCIES:
- composeApp (from `../composeApp`)
Expand All @@ -15,8 +15,8 @@ EXTERNAL SOURCES:
:path: "../composeApp"

SPEC CHECKSUMS:
composeApp: b5af1c46ec9d310a2934e8ca55a13d300d59368c
WebRTC-SDK: 5319b8964f453c5ea6030d93c345082c4f40aa1c
composeApp: ebd775d8d07cffc1777743f5018f78aedaa77bb3
WebRTC-SDK: c3d69a87e7185fad3568f6f3cff7c9ac5890acf3

PODFILE CHECKSUM: 93cb910915abe7895a05e1dca8ba57520db8947f

Expand Down
18 changes: 0 additions & 18 deletions sample/iosApp/iosApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
B92378962B6B1156000C7307 /* Frameworks */,
7555FF79242A565900829871 /* Resources */,
6E21AAA5910B6F600CBE06DF /* [CP] Embed Pods Frameworks */,
0692E84EB315FAE867B927FF /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -172,23 +171,6 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
0692E84EB315FAE867B927FF /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-iosApp/Pods-iosApp-resources-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Copy Pods Resources";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-iosApp/Pods-iosApp-resources-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-iosApp/Pods-iosApp-resources.sh\"\n";
showEnvVarsInLog = 0;
};
5BCD90D29F45499A62B89A70 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
2 changes: 1 addition & 1 deletion webrtc-kmp/webrtc_kmp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.vendored_frameworks = 'build/cocoapods/framework/webrtc_kmp.framework'
spec.libraries = 'c++'
spec.ios.deployment_target = '13.0'
spec.dependency 'WebRTC-SDK', '125.6422.02'
spec.dependency 'WebRTC-SDK', '125.6422.04'

if !Dir.exist?('build/cocoapods/framework/webrtc_kmp.framework') || Dir.empty?('build/cocoapods/framework/webrtc_kmp.framework')
raise "
Expand Down
Loading