File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ android {
60
60
dependencies {
61
61
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
62
62
// Customer.io SDK
63
- def cioVersion = " 4.6.3 "
63
+ def cioVersion = " 4.7.0 "
64
64
implementation " io.customer.android:datapipelines:$cioVersion "
65
65
implementation " io.customer.android:messaging-push-fcm:$cioVersion "
66
66
implementation " io.customer.android:messaging-in-app:$cioVersion "
Original file line number Diff line number Diff line change 76
76
<meta-data
77
77
android : name =" flutterEmbedding"
78
78
android : value =" 2" />
79
+
80
+ <!-- These meta-data customizes CIO push notification messaging channel-->
81
+ <meta-data
82
+ android : name =" io.customer.notification_channel_id"
83
+ android : value =" custom_channel_flutter" />
84
+ <meta-data
85
+ android : name =" io.customer.notification_channel_name"
86
+ android : value =" CIO Test" />
87
+ <!-- This values corresponds to Android Notification Manager' importance
88
+ as described here: https://developer.android.com/develop/ui/views/notifications/channels#importance -->
89
+ <meta-data
90
+ android : name =" io.customer.notification_channel_importance"
91
+ android : value =" 4" />
79
92
</application >
80
93
</manifest >
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ packages:
103
103
path: "../.."
104
104
relative: true
105
105
source: path
106
- version: "2.3.0 "
106
+ version: "2.3.1 "
107
107
dbus:
108
108
dependency: transitive
109
109
description:
You can’t perform that action at this time.
0 commit comments