Skip to content

Commit

Permalink
released sample app version 1.5.198 (498) 🍀
Browse files Browse the repository at this point in the history
  • Loading branch information
Decoder07 committed Jul 29, 2024
1 parent f614a93 commit 164eabc
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 @@ -15,6 +15,9 @@ https://100ms.atlassian.net/browse/FLUT-275
- Empty screen scenarios on Prebuilt
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

Room Kit: 1.1.3
Core SDK: 1.10.3
Android SDK: 2.9.59
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 @@ -36,8 +36,8 @@ android {
applicationId "live.hms.flutter"
minSdkVersion 21
targetSdkVersion 34
versionCode 497
versionName "1.5.197"
versionCode 498
versionName "1.5.198"
}

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.197</string>
<string>1.5.198</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -48,7 +48,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>497</string>
<string>498</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down

0 comments on commit 164eabc

Please sign in to comment.