Skip to content

Commit

Permalink
Upgrade to WebRTC-SDK M125.6422.02 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
shepeliev authored Jul 2, 2024
1 parent f9908f4 commit f2c569d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It supports Android, iOS, JS. Other platforms - PRs are welcome.
Screen Capture | :white_check_mark: | | :white_check_mark:

## WebRTC revision
Current revision: M114
Current revision: M125

## Installation
The library is published to [Maven Central](https://search.maven.org/artifact/com.shepeliev/webrtc-kmp).
Expand All @@ -27,7 +27,7 @@ kotlin {
ios.deploymentTarget = "11.0"

pod("WebRTC-SDK") {
version = "114.5735.02"
version = "125.6422.02"
linkOnly = true
}

Expand Down
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 = "114.5735.10"
webrtc-ios-sdk = "114.5735.09"
webrtc-android-sdk = "125.6422.02"
webrtc-ios-sdk = "125.6422.02"

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

if !Dir.exist?('build/cocoapods/framework/composeApp.framework') || Dir.empty?('build/cocoapods/framework/composeApp.framework')
raise "
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', '114.5735.09'
spec.dependency 'WebRTC-SDK', '125.6422.02'

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

0 comments on commit f2c569d

Please sign in to comment.