Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #348 from DolbyIO/release/3.8.2-beta.1 to develop
Browse files Browse the repository at this point in the history
Release/3.8.2 beta.1
  • Loading branch information
graduad authored May 11, 2023
2 parents cdb6ea4 + 37270d9 commit 716fe9e
Show file tree
Hide file tree
Showing 7 changed files with 148 additions and 85 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.8.2-beta.1

### Bug Fixes

Introduced improvements that prevent the [VideoViewController](https://api-references.dolby.io/comms-sdk-flutter/dolbyio_comms_sdk_flutter/VideoViewController-class.html) from accessing unmounted [VideoView](https://api-references.dolby.io/comms-sdk-flutter/dolbyio_comms_sdk_flutter/VideoView-class.html) widgets.

## 3.8.1

### Features
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
COMMS_SDK_VERSION="3.8.1"
COMMS_SDK_VERSION="3.8.2-beta.1"
COMPONENT_NAME="flutter-sdk"
2 changes: 1 addition & 1 deletion ios/Classes/PluginInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import Foundation

enum PluginInfo {
static let componentName = "flutter-sdk"
static let sdkVersion = "3.8.1"
static let sdkVersion = "3.8.2-beta.1"
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: dolbyio_comms_sdk_flutter
description: >
Dolby.io Communications SDK for Flutter allows you to create high-quality video conferencing
applications for multiple platforms using a single codebase.
version: 3.8.1
version: 3.8.2-beta.1
homepage: https://github.com/DolbyIO/comms-sdk-flutter

environment:
Expand Down
12 changes: 6 additions & 6 deletions test_app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ PODS:
- Flutter
- permission_handler_apple (9.0.4):
- Flutter
- SDWebImage (5.15.4):
- SDWebImage/Core (= 5.15.4)
- SDWebImage/Core (5.15.4)
- SDWebImage (5.15.6):
- SDWebImage/Core (= 5.15.6)
- SDWebImage/Core (5.15.6)
- shared_preferences_ios (0.0.1):
- Flutter
- SwiftyGif (5.4.4)
- VoxeetSDK (3.8.0)
- VoxeetSDK (3.8.3)

DEPENDENCIES:
- dolbyio_comms_sdk_flutter (from `.symlinks/plugins/dolbyio_comms_sdk_flutter/ios`)
Expand Down Expand Up @@ -87,10 +87,10 @@ SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
integration_test: a1e7d09bd98eca2fc37aefd79d4f41ad37bdbbe5
permission_handler_apple: 44366e37eaf29454a1e7b1b7d736c2cceaeb17ce
SDWebImage: 1c39de67663e5eebb2f41324d5d580eeea12dd4c
SDWebImage: d47d81bea8a77187896b620dc79c3c528e8906b9
shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad
SwiftyGif: 93a1cc87bf3a51916001cf8f3d63835fb64c819f
VoxeetSDK: b2efa65652c4070ec4474b25ab0b8e5b2a393ad2
VoxeetSDK: 164aa55773192104d4a57a6952507722330d15f1

PODFILE CHECKSUM: ad35eb4c4f8efa60cf39d5ae575517a0e24a77af

Expand Down
Loading

0 comments on commit 716fe9e

Please sign in to comment.