Skip to content

Commit

Permalink
released sample app version 1.5.84 (384) 🍀
Browse files Browse the repository at this point in the history
  • Loading branch information
Decoder07 committed Nov 3, 2023
1 parent 44a34df commit c72a3dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions packages/hmssdk_flutter/example/ExampleAppChangelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ The application is crashing while joining a room with server recording ON
Unable to hide header and footer
- https://100ms.atlassian.net/browse/FLUT-44

- Enabled hardware echo cancellation on android devices

Room Kit: 1.0.3
Core SDK: 1.9.1
Android SDK: 2.7.9
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 383
versionName "1.5.83"
versionCode 384
versionName "1.5.84"
}

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.83</string>
<string>1.5.84</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -48,7 +48,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>383</string>
<string>384</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down

0 comments on commit c72a3dd

Please sign in to comment.