Skip to content

Commit

Permalink
released sample app version 1.5.199 (499) 🍀
Browse files Browse the repository at this point in the history
  • Loading branch information
Decoder07 committed Jun 7, 2024
1 parent fc10923 commit 49248e0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion packages/hmssdk_flutter/example/ExampleAppChangelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ https://100ms.atlassian.net/browse/FLUT-304
- Resolve issue where VRT is not able to subscribe to host
https://100ms.atlassian.net/browse/FLUT-329

- Remove use of Popup in screen share while in full screen
https://100ms.atlassian.net/browse/FLUT-326

Room Kit: 1.1.3
Core SDK: 1.10.3
Android SDK: 2.9.59
iOS SDK: 1.11.0
iOS SDK: 1.12.0
4 changes: 2 additions & 2 deletions packages/hmssdk_flutter/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ android {
applicationId "live.hms.flutter"
minSdkVersion 21
targetSdkVersion 34
versionCode 498
versionName "1.5.198"
versionCode 499
versionName "1.5.199"
}

signingConfigs {
Expand Down
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 @@ -132,15 +132,15 @@ PODS:
- HMSHLSPlayerSDK (0.0.2):
- HMSAnalyticsSDK (= 0.0.2)
- HMSNoiseCancellationModels (1.0.0)
- HMSSDK (1.12.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.12.0)
- HMSSDK (= 1.11.0)
- HMSWebRTC (1.0.6169)
- image_picker_ios (0.0.1):
- Flutter
Expand Down Expand Up @@ -321,8 +321,8 @@ SPEC CHECKSUMS:
HMSBroadcastExtensionSDK: d80fe325f6c928bd8e5176290b5a4b7ae15d6fbb
HMSHLSPlayerSDK: 6a54ad4d12f3dc2270d1ecd24019d71282a4f6a3
HMSNoiseCancellationModels: a3bda1405a16015632f4bcabd46ce48f35103b02
HMSSDK: 137107663eedc276c22639b2ec941c1f14f75d23
hmssdk_flutter: c0c621052818420aa182a69576ba9d1c576f06f3
HMSSDK: cdba5b12c080832d135af7bbc4ca6282b0e171ac
hmssdk_flutter: 3813b9229fdd6437041d970a449a64575fb1cbd1
HMSWebRTC: 8f51ba33a0e505e17ebf3d7b37bcdca266751a13
image_picker_ios: 99dfe1854b4fa34d0364e74a78448a0151025425
MLImage: 7bb7c4264164ade9bf64f679b40fb29c8f33ee9b
Expand Down
4 changes: 2 additions & 2 deletions packages/hmssdk_flutter/example/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.5.198</string>
<string>1.5.199</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -48,7 +48,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>498</string>
<string>499</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down

0 comments on commit 49248e0

Please sign in to comment.