react-native-netmera 1.11.3 → 1.11.4-beta01

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.
@@ -19,9 +19,9 @@ android {
19
19
  }
20
20
 
21
21
  dependencies {
22
- implementation 'com.netmera:nmcore:4.9.2'
23
- implementation 'com.netmera:nmfcm:4.6.1'
24
- implementation 'com.netmera:nmhms:4.6.1'
22
+ implementation 'com.netmera:nmcore:4.14.3'
23
+ implementation 'com.netmera:nmfcm:4.14.3'
24
+ implementation 'com.netmera:nmhms:4.14.3'
25
25
  implementation 'com.facebook.react:react-native:+'
26
26
 
27
27
  implementation 'com.google.firebase:firebase-messaging:23.1.2'
@@ -18,7 +18,7 @@ public class RNNetmera {
18
18
  static void setNetmeraHeaders() {
19
19
  ContentValues headerValues = new ContentValues();
20
20
  headerValues.put("X-netmera-framework", "react");
21
- headerValues.put("X-netmera-frameworkV", "1.11.3");
21
+ headerValues.put("X-netmera-frameworkV", "1.11.4");
22
22
  Netmera.setNetmeraHeaders(headerValues);
23
23
  }
24
24
  }
package/ios/RNNetmera.m CHANGED
@@ -55,7 +55,7 @@ NSString *const ERROR_MESSAGE_UPDATE_USER = @"Error occurred while updating user
55
55
 
56
56
  + (void)setNetmeraHeaders {
57
57
  [Netmera setFramework:@"react"];
58
- [Netmera setFrameworkVersion:@"1.11.3"];
58
+ [Netmera setFrameworkVersion:@"1.11.4"];
59
59
  }
60
60
 
61
61
  + (void)setPushDelegate:(NSObject<NetmeraPushDelegate> *)delegate {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-netmera",
3
- "version": "1.11.3",
3
+ "version": "1.11.4-beta01",
4
4
  "description": "Netmera React Native SDK",
5
5
  "main": "index.ts",
6
6
  "author": "netmera",