Skip to content

Commit

Permalink
Updated SDK version (#1788)
Browse files Browse the repository at this point in the history
* updated sdk versions

* 🤖 Automated Format and Fix

---------

Co-authored-by: Decoder07 <[email protected]>
  • Loading branch information
Decoder07 and Decoder07 committed Jul 29, 2024
1 parent 020d3a2 commit bab5499
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/hms_room_kit/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.1.3
version: 1.1.4

environment:
sdk: ">=2.19.6 <3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/hms_room_kit/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: hms_room_kit
description: 100ms Room Kit provides simple & easy to use UI components to build Live Streaming & Video Conferencing experiences in your apps.
version: 1.1.3
version: 1.1.4
homepage: https://www.100ms.live/
repository: https://github.com/100mslive/100ms-flutter
issue_tracker: https://github.com/100mslive/100ms-flutter/issues
Expand Down
4 changes: 2 additions & 2 deletions packages/hmssdk_flutter/example/ExampleAppChangelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Board: https://100ms.atlassian.net/jira/software/projects/FLUT/boards/34/
- Move all the permissions from app to sdk
https://100ms.atlassian.net/browse/FLUT-253

Room Kit: 1.1.3
Core SDK: 1.10.3
Room Kit: 1.1.4
Core SDK: 1.10.4
Android SDK: 2.9.59
iOS SDK: 1.12.0
4 changes: 2 additions & 2 deletions packages/hmssdk_flutter/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -335,14 +335,14 @@ packages:
path: "../../hms_room_kit"
relative: true
source: path
version: "1.1.3"
version: "1.1.4"
hmssdk_flutter:
dependency: transitive
description:
path: ".."
relative: true
source: path
version: "1.10.3"
version: "1.10.4"
http:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/hmssdk_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Demonstrates how to use the hmssdk_flutter plugin.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.10.3
version: 1.10.4
environment:
sdk: ">=2.16.0 <4.0.0"

Expand Down
2 changes: 1 addition & 1 deletion packages/hmssdk_flutter/lib/assets/sdk-versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"flutter": "1.10.3",
"flutter": "1.10.4",
"ios": "1.12.0",
"iOSBroadcastExtension": "0.0.9",
"iOSHLSPlayerSDK": "0.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/hmssdk_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: hmssdk_flutter
description: Add Real Time Audio & Video calls, Interactive Live Streaming & Recording, Chat, HLS, RTMP, PiP, CallKit, VoIP, Video conferencing, Stream Player & WebRTC-based communications API
version: 1.10.3
version: 1.10.4
homepage: https://www.100ms.live/
repository: https://github.com/100mslive/100ms-flutter
issue_tracker: https://github.com/100mslive/100ms-flutter/issues
Expand Down

0 comments on commit bab5499

Please sign in to comment.