Skip to content

Commit

Permalink
released sample app version 1.5.194 (494) 🍀
Browse files Browse the repository at this point in the history
  • Loading branch information
Decoder07 committed May 22, 2024
1 parent aee691e commit 5fc97e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 493
versionName "1.5.193"
versionCode 494
versionName "1.5.194"
}

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.193</string>
<string>1.5.194</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -48,7 +48,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>493</string>
<string>494</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion packages/hmssdk_flutter/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1019,5 +1019,5 @@ packages:
source: hosted
version: "6.3.0"
sdks:
dart: ">=3.1.2 <4.0.0"
dart: ">=3.1.0 <4.0.0"
flutter: ">=3.13.0"

0 comments on commit 5fc97e0

Please sign in to comment.