diff --git a/.github/workflows/android_artifacts.yml b/.github/workflows/android_artifacts.yml index 068d1132..fe80dafc 100644 --- a/.github/workflows/android_artifacts.yml +++ b/.github/workflows/android_artifacts.yml @@ -21,7 +21,7 @@ on: env: CARGO_TERM_COLOR: always - NDK_VERSION: '26.1.10909125' + NDK_VERSION: '27.0.12077973' jobs: build_android: diff --git a/bin/build-aar.py b/bin/build-aar.py index 974ea38a..b5b3a1ee 100755 --- a/bin/build-aar.py +++ b/bin/build-aar.py @@ -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): diff --git a/bin/build-ios b/bin/build-ios index 71b55816..94dd28ac 100755 --- a/bin/build-ios +++ b/bin/build-ios @@ -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" ] diff --git a/bin/fetch-artifact.py b/bin/fetch-artifact.py index 06a1b553..fc85ed61 100755 --- a/bin/fetch-artifact.py +++ b/bin/fetch-artifact.py @@ -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', } diff --git a/config/version.properties b/config/version.properties index aa0d6b1c..99bbaefc 100644 --- a/config/version.properties +++ b/config/version.properties @@ -1,4 +1,4 @@ -webrtc.version=6613c +webrtc.version=6723a ringrtc.version.major=2 ringrtc.version.minor=48