infobip-mobile-messaging-react-native-plugin 14.1.3 → 14.1.4

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.
@@ -7,12 +7,6 @@
7
7
  <uses-permission android:name="android.permission.WAKE_LOCK" />
8
8
  <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
9
9
 
10
- <uses-permission android:name="${applicationId}.permission.C2D_MESSAGE" />
11
-
12
- <permission
13
- android:name="${applicationId}.permission.C2D_MESSAGE"
14
- android:protectionLevel="signature" />
15
-
16
10
  <!-- Needed for push notifications that contain VIBRATE flag. Optional, but recommended. -->
17
11
  <uses-permission android:name="android.permission.VIBRATE" />
18
12
 
@@ -31,11 +25,6 @@
31
25
  android:usesCleartextTraffic="true"
32
26
  >
33
27
  <!-- Mobile Messaging components -->
34
- <service
35
- android:name="org.infobip.mobile.messaging.cloud.MobileMessagingCloudService"
36
- android:permission="android.permission.BIND_JOB_SERVICE"
37
- android:exported="false" />
38
-
39
28
  <service
40
29
  android:name="org.infobip.mobile.messaging.platform.MobileMessagingJobService"
41
30
  android:enabled="false"
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": "14.1.3",
4
+ "version": "14.1.4",
5
5
  "description": "Infobip Mobile Messaging React Native Plugin",
6
6
  "main": "./src/index.js",
7
7
  "scripts": {