Skip to content

Commit

Permalink
released sample app version 1.5.83 (383) 🍀
Browse files Browse the repository at this point in the history
  • Loading branch information
Decoder07 committed Nov 2, 2023
1 parent d5c1873 commit 413fc69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions packages/hmssdk_flutter/example/ExampleAppChangelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ 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

Known Issues:

- Video view rebuilds when header and footer hides/unhides

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 382
versionName "1.5.82"
versionCode 383
versionName "1.5.83"
}

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

0 comments on commit 413fc69

Please sign in to comment.