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 from 125.6422.05 to 125.6422.06 #149

Merged
merged 1 commit into from
Nov 28, 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 @@ -13,8 +13,8 @@ androidx-test-rules = "1.6.1"
accompanist-permision = "0.34.0"
kermit = "2.0.3"
kotlin-wrappers = "1.0.0-pre.732"
webrtc-android-sdk = "125.6422.05"
webrtc-ios-sdk = "125.6422.05"
webrtc-android-sdk = "125.6422.06.1"
webrtc-ios-sdk = "125.6422.06"

#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.05'
spec.dependency 'WebRTC-SDK', '125.6422.06'

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.05)
- WebRTC-SDK (125.6422.05)
- WebRTC-SDK (= 125.6422.06)
- WebRTC-SDK (125.6422.06)

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

SPEC CHECKSUMS:
composeApp: e1b96adb73e884432899e72f27d05b0805c859b9
WebRTC-SDK: 1990a1a595bd0b59c17485ce13ff17f575732c12
composeApp: c085a673c8bcf62fa780653e7dd5358b4940f6f1
WebRTC-SDK: 79942c006ea64f6fb48d7da8a4786dfc820bc1db

PODFILE CHECKSUM: 93cb910915abe7895a05e1dca8ba57520db8947f

Expand Down
Loading