@customerglu/react-native-customerglu 2.0.8-1.0-beta → 2.1.1

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.
package/README.md CHANGED
@@ -16,7 +16,7 @@ Supports API 21 and above. Please ensure the minSDKVersion in the app's build.gr
16
16
  ### Option 1
17
17
  Add the CustomerGlu React Native plugin in package.json file
18
18
  ```
19
- "@customerglu/react-native-customerglu": "^2.0.7"
19
+ "@customerglu/react-native-customerglu": "^8"
20
20
  ```
21
21
 
22
22
  ### Option 2
@@ -61,7 +61,7 @@ repositories {
61
61
  dependencies {
62
62
  //noinspection GradleDynamicVersion
63
63
  implementation "com.facebook.react:react-native:+" // From node_modules
64
- implementation 'com.customerglu:CustomerGluLibrary:3.0.5'
64
+ implementation 'com.customerglu:CustomerGluLibrary:3.0.6'
65
65
  implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
66
66
  implementation 'com.google.code.gson:gson:2.8.6'
67
67
  implementation 'androidx.cardview:cardview:1.0.0'
@@ -93,7 +93,7 @@ public class RncustomergluModule extends ReactContextBaseJavaModule implements L
93
93
  private void setPlatformAndSdkVersion() {
94
94
  if (CustomerGlu.getInstance() != null) {
95
95
 
96
- CustomerGlu.cg_sdk_version = "2.0.7";
96
+ CustomerGlu.cg_sdk_version = "2.1.1";
97
97
  CustomerGlu.cg_app_platform = "REACT_NATIVE";
98
98
  }
99
99
  }
@@ -90,7 +90,7 @@ class Rncustomerglu: RCTEventEmitter{
90
90
  func setPlatformAndSdkVersion(){
91
91
 
92
92
  CustomerGlu.app_platform="REACT_NATIVE"
93
- CustomerGlu.sdk_version="2.0.7"
93
+ CustomerGlu.sdk_version="2.1.1"
94
94
  }
95
95
 
96
96
  override func startObserving() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@customerglu/react-native-customerglu",
3
- "version": "2.0.8-1.0-beta",
3
+ "version": "2.1.1",
4
4
  "description": "CustomerGlu React Native plugin",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",