Skip to content

Commit

Permalink
Upgrade to 110.0.5481.77 version (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: alexlapa <[email protected]>
  • Loading branch information
instrumentisto-bot and alexlapa authored Feb 14, 2023
1 parent 73a8160 commit e84b9de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 23 deletions.
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ CCACHE_VERSION=4.6

# WebRTC doesn't have its own versioning, so we use Chromium versions:
# https://chromiumdash.appspot.com/releases
WEBRTC_VERSION=109.0.5414.119
WEBRTC_VERSION=110.0.5481.77
# Look for the concrete revision for WebRTC in:
# https://chromium.googlesource.com/chromium/src/+/refs/tags/<WEBRTC_VERSION>/DEPS
WEBRTC_COMMIT=4e8a5ac68e8a4ae0588f54f2fdb8cbd1eb5fa50d
WEBRTC_COMMIT=1e675c7835f188cd8be228f5da6d3467690355b8

PACKAGE_NAMES= \
linux-arm64 \
Expand Down
1 change: 0 additions & 1 deletion build/android/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ patch: common-patch
patch -p2 < $(PATCH_DIR)/disable_use_hermetic_xcode_on_linux.patch && \
patch -p2 < $(PATCH_DIR)/android_version.patch && \
patch -p2 < $(PATCH_DIR)/android_use_libunwind.patch && \
patch -p2 < $(PATCH_DIR)/android_revert_use-relative-vtable-ABI.patch && \
$(SCRIPTS_DIR)/generate_android_version.sh $(SRC_DIR) $(WEBRTC_COMMIT) $(WEBRTC_VERSION)


Expand Down
4 changes: 2 additions & 2 deletions instrumentisto-libwebrtc-bin.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |spec|
spec.name = "instrumentisto-libwebrtc-bin"
spec.version = "109.0.5414.119"
spec.version = "110.0.5481.77"
spec.summary = "Pre-compiled `libwebrtc` library for Darwin used by Medea Flutter-WebRTC."

spec.homepage = "https://github.com/instrumentisto/libwebrtc-bin"
spec.license = { :type => 'BSD', :file => 'WebRTC.xcframework/LICENSE.md' }
spec.author = { 'Instrumentisto Team' => '[email protected]' }
spec.ios.deployment_target = '10.0'

spec.source = { :http => "https://github.com/instrumentisto/libwebrtc-bin/releases/download/109.0.5414.119/libwebrtc-ios.zip" }
spec.source = { :http => "https://github.com/instrumentisto/libwebrtc-bin/releases/download/110.0.5481.77/libwebrtc-ios.zip" }
spec.vendored_frameworks = "WebRTC.xcframework"

spec.pod_target_xcconfig = {
Expand Down
18 changes: 0 additions & 18 deletions patch/android_revert_use-relative-vtable-ABI.patch

This file was deleted.

0 comments on commit e84b9de

Please sign in to comment.