@customerglu/react-native-customerglu 1.5.7 → 1.5.8
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 +1 -1
- package/android/build.gradle +1 -1
- package/android/src/main/java/com/reactnativerncustomerglu/RncustomergluModule.java +1 -1
- package/ios/Rncustomerglu.swift +1 -1
- package/package.json +1 -1
- package/react-native-customerglu.podspec +1 -1
- package/android/.DS_Store +0 -0
- package/android/.idea/.gitignore +0 -3
- package/android/src/.DS_Store +0 -0
- package/android/src/main/.DS_Store +0 -0
- package/android/src/main/java/.DS_Store +0 -0
- package/android/src/main/java/com/.DS_Store +0 -0
- package/android/src/main/res/.DS_Store +0 -0
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": "^1.5.
|
|
19
|
+
"@customerglu/react-native-customerglu": "^1.5.8"
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
### Option 2
|
package/android/build.gradle
CHANGED
|
@@ -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:2.5.
|
|
64
|
+
implementation 'com.customerglu:CustomerGluLibrary:2.5.8'
|
|
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'
|
|
@@ -90,7 +90,7 @@ public class RncustomergluModule extends ReactContextBaseJavaModule implements L
|
|
|
90
90
|
private void setPlatformAndSdkVersion() {
|
|
91
91
|
if (CustomerGlu.getInstance() != null) {
|
|
92
92
|
|
|
93
|
-
CustomerGlu.cg_sdk_version = "1.5.
|
|
93
|
+
CustomerGlu.cg_sdk_version = "1.5.8";
|
|
94
94
|
CustomerGlu.cg_app_platform = "REACT_NATIVE";
|
|
95
95
|
}
|
|
96
96
|
}
|
package/ios/Rncustomerglu.swift
CHANGED
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@ DESC
|
|
|
15
15
|
s.source = { :git => "https://github.com/customerglu/CG-SDK-React-Native.git", :tag => "#{s.version}" }
|
|
16
16
|
s.source_files = "ios/**/*"
|
|
17
17
|
s.dependency "React-Core"
|
|
18
|
-
s.dependency "CustomerGlu", "2.5.
|
|
18
|
+
s.dependency "CustomerGlu", "2.5.9"
|
|
19
19
|
s.platform = :ios, '13.0'
|
|
20
20
|
s.swift_version = '5.0'
|
|
21
21
|
|
package/android/.DS_Store
DELETED
|
Binary file
|
package/android/.idea/.gitignore
DELETED
package/android/src/.DS_Store
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|