Skip to content

Commit

Permalink
Update to webrtc 6723a
Browse files Browse the repository at this point in the history
- Update the android ndk to r27
  • Loading branch information
jim-signal committed Oct 24, 2024
1 parent 0435b85 commit fe2781e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

env:
CARGO_TERM_COLOR: always
NDK_VERSION: '26.1.10909125'
NDK_VERSION: '27.0.12077973'

jobs:
build_android:
Expand Down
2 changes: 1 addition & 1 deletion bin/build-aar.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
WEBRTC_SO_LIBS = ['libringrtc_rffi.so']
SO_LIBS = WEBRTC_SO_LIBS + ['libringrtc.so']
# Android NDK used in webrtc/src/third_party/android_toolchain/README.chromium
NDK_REVISION = '26.1.10909125'
NDK_REVISION = '27.0.12077973'


class Project(enum.Flag):
Expand Down
2 changes: 1 addition & 1 deletion bin/build-ios
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ webrtc_arch_for_host_sim() {
}

# The Rust compiler expects this to always be in the form "major.minor".
export IPHONEOS_DEPLOYMENT_TARGET="13.0"
export IPHONEOS_DEPLOYMENT_TARGET="14.0"

# The WebRTC part of the build resulting in WebRTC.xcframework.
if [ "${BUILD_WHAT}" = "all" ] || [ "${BUILD_WHAT}" = "webrtc" ]
Expand Down
16 changes: 8 additions & 8 deletions bin/fetch-artifact.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
UNVERIFIED_DOWNLOAD_NAME = "unverified.tmp"

PREBUILD_CHECKSUMS = {
'android': '823821216b3986b8e62adc65d0c691336e403f8327bf34aa837a21e8ba72562d',
'ios': 'b28d5ce674234243aebce5fa75ad00998b0352f21bea57345d07ebb139005bec',
'linux-arm64': 'f372e118c6aaa9484f7d381876dfbc6cff5adef0bfd90f6d162e9743032d9056',
'linux-x64': '8104f2c399167da70c3b8c874be048f72bb54ab8a052167d3af414baea8d7225',
'mac-arm64': '5d0b2796b4150c5635d7fc854b03f5a6cc14ef7219c45a58f31249e02a041024',
'mac-x64': '8912ea042ac1ab362d34500e6d3636273ab98122f477a9e19d190be3fa0c0221',
'windows-arm64': '79703a10cc551fb1f1e1a1bde8e5093abf1a4ad95b02d8aaebf944c74f68b19a',
'windows-x64': '924cf09b6a06a20cf09cc0a3f0736226a750e7a40049cb78cd876526d5ff3aa8',
'android': '59ace51334064fa9aa1668782058605cc67439eef48e8d03fc145b2374f68915',
'ios': '9609a97abffb83bbf49386be7b6245298c17b8eb705fdfee671bf60e2170dfdb',
'linux-arm64': 'c875d7dc77acb5ad497989c228e9768969b392c10d6338c511fa8a40feab9c54',
'linux-x64': '40cd68cce608241005e59f0282dbcd3e57f46502d6cc64289bbbd1ce038cd960',
'mac-arm64': '6d9b407b257e5668664001604836e824321b984abfd9f8d65299152b0f543d71',
'mac-x64': '2b83846cb6ef55b1b7f0759b67439d6696e472f9007043a9f565ca0fc73b990c',
'windows-arm64': 'cd45c84a9fad7dba7fa31b63375b85e7c9f335691e96f7af8c88e5efcb604092',
'windows-x64': 'f2a6e76ecb5e83d9027f327f6eb4934e32390fa44b956b7cfc0aa12729b69e21',
}


Expand Down
2 changes: 1 addition & 1 deletion config/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
webrtc.version=6613c
webrtc.version=6723a

ringrtc.version.major=2
ringrtc.version.minor=48
Expand Down

0 comments on commit fe2781e

Please sign in to comment.