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

Commit 1960c98

Browse files
authored
version up sdk 3.8.2 (#358)
1 parent d1f7baa commit 1960c98

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
COMMS_SDK_VERSION="3.8.2-beta.2"
1+
COMMS_SDK_VERSION="3.8.2"
22
COMPONENT_NAME="flutter-sdk"

ios/Classes/PluginInfo.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import Foundation
22

33
enum PluginInfo {
44
static let componentName = "flutter-sdk"
5-
static let sdkVersion = "3.8.2-beta.2"
5+
static let sdkVersion = "3.8.2"
66
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: dolbyio_comms_sdk_flutter
22
description: >
33
Dolby.io Communications SDK for Flutter allows you to create high-quality video conferencing
44
applications for multiple platforms using a single codebase.
5-
version: 3.8.2-beta.2
5+
version: 3.8.2
66
homepage: https://github.com/DolbyIO/comms-sdk-flutter
77

88
environment:

test_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: dolbyio_comms_sdk_flutter_example
22
description: Demonstrates how to use the dolbyio_comms_sdk_flutter plugin.
33

4-
version: 3.8.2+2
4+
version: 3.8.2+3
55

66
# The following line prevents the package from being accidentally published to
77
# pub.dev using `flutter pub publish`. This is preferred for private packages.

0 commit comments

Comments
 (0)