Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Decoder07 committed Nov 6, 2023
1 parent 1efc731 commit 21eb3ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions packages/hmssdk_flutter/example/ExampleAppChangelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Upgrade Android SDK to fix Auto simulcast issue in HmsVideoView
Remove default usage of Software Echo Cancellation
- https://100ms.atlassian.net/browse/FLUT-146

Post call interruption fix
- https://100ms.atlassian.net/browse/FLUT-143

Room Kit: 1.0.3
Core SDK: 1.9.2
Android SDK: 2.8.0
Expand Down
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 @@ -32,8 +32,8 @@ android {
applicationId "live.hms.flutter"
minSdkVersion 21
targetSdkVersion 33
versionCode 385
versionName "1.5.85"
versionCode 386
versionName "1.5.86"
}

signingConfigs {
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.85</string>
<string>1.5.86</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -48,7 +48,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>385</string>
<string>386</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down

0 comments on commit 21eb3ea

Please sign in to comment.