Skip to content

Commit ad7061e

Browse files
Merge pull request #159 from Kommunicate-io/release_v2.0.3
Release v2.0.3
2 parents 13df210 + 8869459 commit ad7061e

File tree

8 files changed

+18
-7
lines changed

8 files changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.0.3
2+
- Typing indicator For bot message delay.
3+
### Android
4+
- Migration to Coroutines and removed Depricated Async Tasks for Android.
5+
- Remove Raw query querries usage for Android.
6+
- Added edge to edge support for Android 15 and Above.
7+
### iOS
8+
- Internal Code Refactor.
9+
- Updated TableView Update function.
10+
- Updated depricated Code and resolved Warnings.
11+
112
## 2.0.2
213
- [iOS] Updated Kingfisher from 7.6.2 to 7.10.0 to align with Privacy Manifest requirements.
314

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Refer to the official docs here: https://docs.kommunicate.io/docs/flutter-instal
1313
```
1414
dependencies:
1515
//other dependencies
16-
kommunicate_flutter: ^2.0.2
16+
kommunicate_flutter: ^2.0.3
1717
```
1818

1919
2. Install the package as below:

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ android {
3939

4040
dependencies {
4141
implementation fileTree(include: ['*.jar'], dir: 'libs')
42-
api 'io.kommunicate.sdk:kommunicateui:2.12.1'
42+
api 'io.kommunicate.sdk:kommunicateui:2.13.2'
4343
}

example/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
android:icon="@mipmap/ic_launcher"
3939
android:label="kommunicate_flutter_plugin_example"
4040
android:allowBackup="false"
41-
tools:replace="android:label, android:allowBackup">
41+
tools:replace="android:label">
4242
<meta-data
4343
android:name="flutterEmbedding"
4444
android:value="2" />

example/ios/Runner/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import UIKit
22
import Flutter
33
import UserNotifications
4-
@UIApplicationMain
4+
@main
55
@objc class AppDelegate: FlutterAppDelegate {
66

77
override func application(

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ packages:
8686
path: ".."
8787
relative: true
8888
source: path
89-
version: "2.0.2"
89+
version: "2.0.3"
9090
leak_tracker:
9191
dependency: transitive
9292
description:

ios/kommunicate_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Flutter plugin for Kommunicate live chat.
1717

1818
s.dependency 'Flutter'
1919
s.swift_version = '5.1'
20-
s.dependency 'Kommunicate', '~> 7.2.7'
20+
s.dependency 'Kommunicate', '~> 7.2.8'
2121

2222

2323
s.ios.deployment_target = '13.0'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: kommunicate_flutter
22
description: Flexible, lightweight, and easily integrable Flutter SDK for Kommunicate AI chatbot & Live Chat.
3-
version: 2.0.2
3+
version: 2.0.3
44
homepage: https://kommunicate.io
55

66
environment:

0 commit comments

Comments
 (0)