infobip-mobile-messaging-react-native-plugin 13.2.0 → 13.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -87,7 +87,7 @@ repositories {
87
87
  }
88
88
 
89
89
  dependencies {
90
- def mmVersion = '13.9.1'
90
+ def mmVersion = '13.13.1'
91
91
  //react and mm dependencies clash
92
92
  if (!overrideKotlinVersion.empty) {
93
93
  constraints {
@@ -16,6 +16,9 @@ class Configuration {
16
16
 
17
17
  class AndroidConfiguration {
18
18
  String notificationIcon;
19
+ String notificationChannelId;
20
+ String notificationChannelName;
21
+ String notificationSound;
19
22
  boolean multipleNotifications;
20
23
  String notificationAccentColor;
21
24
  FirebaseOptions firebaseOptions;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "infobip-mobile-messaging-react-native-plugin",
3
3
  "title": "Infobip Mobile Messaging React Native Plugin",
4
- "version": "13.2.0",
4
+ "version": "13.2.2",
5
5
  "description": "Infobip Mobile Messaging React Native Plugin",
6
6
  "main": "./src/index.js",
7
7
  "scripts": {