Skip to content

Commit

Permalink
Upgrade WebRTC-SDK from 125.6422.05 to 125.6422.06 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
shepeliev authored Nov 28, 2024
1 parent 643c441 commit 4507108
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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

0 comments on commit 4507108

Please sign in to comment.