Skip to content

Commit

Permalink
Release changes for v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhijeetRanjan308 committed Apr 23, 2024
1 parent 1877fc9 commit 10f51c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.9.1
- Added Support for EU region.
- Added Web Support.
- Updated Sample App.

## 1.9.0
### Android
- Added customization for image compression
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
api 'io.kommunicate.sdk:kommunicateui:2.9.5'
api 'io.kommunicate.sdk:kommunicateui:2.9.6'
}
2 changes: 1 addition & 1 deletion ios/kommunicate_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Flutter plugin for Kommunicate live chat.

s.dependency 'Flutter'
s.swift_version = '5.1'
s.dependency 'Kommunicate', '~> 7.1.6'
s.dependency 'Kommunicate', '~> 7.1.8'


s.ios.deployment_target = '13.0'
Expand Down

0 comments on commit 10f51c5

Please sign in to comment.