Skip to content

Commit

Permalink
updated sdk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Decoder07 committed May 27, 2024
1 parent 601f45d commit 8e5c6b2
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 26 deletions.
9 changes: 4 additions & 5 deletions packages/hms_room_kit/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,10 @@ packages:
hmssdk_flutter:
dependency: transitive
description:
name: hmssdk_flutter
sha256: b3f1438c5146afe0399935d78820357bf548b0e3ea36f9355878670ccc2aca6e
url: "https://pub.dev"
source: hosted
version: "1.10.2"
path: "../../hmssdk_flutter"
relative: true
source: path
version: "1.10.3"
http:
dependency: transitive
description:
Expand Down
9 changes: 4 additions & 5 deletions packages/hms_room_kit/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,10 @@ packages:
hmssdk_flutter:
dependency: "direct main"
description:
name: hmssdk_flutter
sha256: b3f1438c5146afe0399935d78820357bf548b0e3ea36f9355878670ccc2aca6e
url: "https://pub.dev"
source: hosted
version: "1.10.2"
path: "../hmssdk_flutter"
relative: true
source: path
version: "1.10.3"
http:
dependency: transitive
description:
Expand Down
3 changes: 2 additions & 1 deletion packages/hms_room_kit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ dependencies:
flutter:
sdk: flutter

hmssdk_flutter: 1.10.2
hmssdk_flutter:
path: ../hmssdk_flutter
intl: ^0.18.0
permission_handler: ^11.0.0
provider: ^6.0.5
Expand Down
8 changes: 4 additions & 4 deletions packages/hmssdk_flutter/example/ExampleAppChangelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ https://100ms.atlassian.net/browse/FLUT-298
- Add `peerListUpdated` callback shows the peers in the room
https://100ms.atlassian.net/browse/FLUT-284

Room Kit: 1.1.2
Core SDK: 1.10.2
Android SDK: 2.9.56
iOS SDK: 1.10.0
Room Kit: 1.1.3
Core SDK: 1.10.3
Android SDK: 2.9.58
iOS SDK: 1.11.0
8 changes: 4 additions & 4 deletions packages/hmssdk_flutter/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ PODS:
- HMSHLSPlayerSDK (0.0.2):
- HMSAnalyticsSDK (= 0.0.2)
- HMSNoiseCancellationModels (1.0.0)
- HMSSDK (1.10.0):
- HMSSDK (1.11.0):
- HMSAnalyticsSDK (= 0.0.2)
- HMSWebRTC (= 1.0.6169)
- hmssdk_flutter (1.10.2):
- Flutter
- HMSBroadcastExtensionSDK (= 0.0.9)
- HMSHLSPlayerSDK (= 0.0.2)
- HMSNoiseCancellationModels (= 1.0.0)
- HMSSDK (= 1.10.0)
- HMSSDK (= 1.11.0)
- HMSWebRTC (1.0.6169)
- MLImage (1.0.0-beta4)
- MLKitBarcodeScanning (3.0.0):
Expand Down Expand Up @@ -310,8 +310,8 @@ SPEC CHECKSUMS:
HMSBroadcastExtensionSDK: d80fe325f6c928bd8e5176290b5a4b7ae15d6fbb
HMSHLSPlayerSDK: 6a54ad4d12f3dc2270d1ecd24019d71282a4f6a3
HMSNoiseCancellationModels: a3bda1405a16015632f4bcabd46ce48f35103b02
HMSSDK: fbbdebf673baba7f98f3fa13241b4249929ad681
hmssdk_flutter: 9be13b77e2a55dba665e154cae026d2b5cdfa053
HMSSDK: cdba5b12c080832d135af7bbc4ca6282b0e171ac
hmssdk_flutter: 3813b9229fdd6437041d970a449a64575fb1cbd1
HMSWebRTC: 8f51ba33a0e505e17ebf3d7b37bcdca266751a13
MLImage: 7bb7c4264164ade9bf64f679b40fb29c8f33ee9b
MLKitBarcodeScanning: 04e264482c5f3810cb89ebc134ef6b61e67db505
Expand Down
9 changes: 4 additions & 5 deletions packages/hmssdk_flutter/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -298,11 +298,10 @@ packages:
hmssdk_flutter:
dependency: transitive
description:
name: hmssdk_flutter
sha256: b3f1438c5146afe0399935d78820357bf548b0e3ea36f9355878670ccc2aca6e
url: "https://pub.dev"
source: hosted
version: "1.10.2"
path: ".."
relative: true
source: path
version: "1.10.3"
http:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/hmssdk_flutter/lib/assets/sdk-versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"flutter": "1.10.2",
"ios": "1.10.0",
"ios": "1.11.0",
"iOSBroadcastExtension": "0.0.9",
"iOSHLSPlayerSDK": "0.0.2",
"iOSNoiseCancellationModels": "1.0.0",
"android": "2.9.56"
"android": "2.9.58"
}

0 comments on commit 8e5c6b2

Please sign in to comment.