Skip to content

Commit

Permalink
released sample app version 1.5.219 (519) 🍀
Browse files Browse the repository at this point in the history
  • Loading branch information
Decoder07 committed Jul 25, 2024
1 parent 5039f8a commit cdfe2fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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 518
versionName "1.5.218"
versionCode 519
versionName "1.5.219"
}

signingConfigs {
Expand Down
4 changes: 2 additions & 2 deletions packages/hmssdk_flutter/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ PODS:
- HMSSDK (1.15.0):
- HMSAnalyticsSDK (= 0.0.2)
- HMSWebRTC (= 1.0.6170)
- hmssdk_flutter (1.10.5):
- hmssdk_flutter (1.10.6):
- Flutter
- HMSBroadcastExtensionSDK (= 0.0.9)
- HMSHLSPlayerSDK (= 0.0.2)
Expand Down Expand Up @@ -316,7 +316,7 @@ SPEC CHECKSUMS:
HMSHLSPlayerSDK: 6a54ad4d12f3dc2270d1ecd24019d71282a4f6a3
HMSNoiseCancellationModels: a3bda1405a16015632f4bcabd46ce48f35103b02
HMSSDK: fc3d2141c654e9fdca7f27c290c17b6b61b9dc92
hmssdk_flutter: 5e98234b680a0c7f814671aa5ad649b67d6fe670
hmssdk_flutter: 9df25dd1c713bf543a2294ec3cc61d8a5f8b81a0
HMSWebRTC: b5ffaf5d6133ae2a4c841beaf1e5e4fe06d0fb07
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.218</string>
<string>1.5.219</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -48,7 +48,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>518</string>
<string>519</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down

0 comments on commit cdfe2fd

Please sign in to comment.