Skip to content

Commit e9dc919

Browse files
Commit for update SDK code for Flutter SDK version 1.0.2
1 parent 674168d commit e9dc919

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

native/BM/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
## 1.0.1
1+
## 1.0.2
22

3-
* Upgrading the Dependency SDKs version
3+
### Android
4+
- Updated the native SDK version from 1.3.2 to 1.4.0.
5+
- No functional changes were made.
6+
7+
### iOS
8+
- Updated build configurations to support Xcode 16, in line with Apple’s latest requirements.

native/BM/LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Zoho
3+
Copyright (c) 2025 Zoho
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -17,4 +17,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE

native/BM/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ android {
6767
}
6868
}
6969
dependencies {
70-
implementation "com.zoho.bm:chat:1.3.2"
70+
implementation "com.zoho.bm:chat:1.4.0"
7171
}

native/BM/ios/business_messaging_sdk.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'business_messaging_sdk'
7-
s.version = '1.0.1'
7+
s.version = '1.0.2'
88
s.summary = 'The Business Messaging mobile SDK'
99
s.description = <<-DESC
1010
The Business Messaging user experience is simple, familiar, and relatable, and has the potential to accelerate the adaptation of instant messaging for effective business communications.
@@ -15,6 +15,6 @@ The Business Messaging user experience is simple, familiar, and relatable, and h
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.dependency 'BusinessMessagingSDK', '1.3.3'
18+
s.dependency 'BusinessMessagingSDK', '1.3.5'
1919
s.platform = :ios, '13.0'
2020
end

native/BM/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: business_messaging_sdk
22
description: The Business Messaging user experience is simple, familiar, and relatable, and has the potential to accelerate the adaptation of instant messaging for effective business communications.
3-
version: 1.0.1
3+
version: 1.0.2
44
homepage:
55

66
environment:

0 commit comments

Comments
 (0)