@customerglu/react-native-customerglu 1.4.7-beta.0 → 1.4.7

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.
@@ -23,10 +23,10 @@ def safeExtGet(prop, fallback) {
23
23
  }
24
24
 
25
25
  android {
26
- compileSdkVersion safeExtGet('Rncustomerglu_compileSdkVersion', 31)
26
+ compileSdkVersion safeExtGet('Rncustomerglu_compileSdkVersion', 32)
27
27
  defaultConfig {
28
28
  minSdkVersion safeExtGet('Rncustomerglu_minSdkVersion', 21)
29
- targetSdkVersion safeExtGet('Rncustomerglu_targetSdkVersion', 31)
29
+ targetSdkVersion safeExtGet('Rncustomerglu_targetSdkVersion', 32)
30
30
  versionCode 1
31
31
  versionName "1.0"
32
32
 
@@ -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.github.customerglu:CG-SDK-Android:v2.5.1'
64
+ implementation 'com.customerglu:CustomerGluLibrary:2.5.1'
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'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@customerglu/react-native-customerglu",
3
- "version": "1.4.7-beta.0",
3
+ "version": "1.4.7",
4
4
  "description": "CustomerGlu React Native plugin",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",