@customerglu/react-native-customerglu 2.0.3-1.0-beta → 2.0.3-1.2-beta
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/android/build.gradle +2 -1
- package/package.json +1 -1
- package/react-native-customerglu.podspec +1 -1
- package/android/.gradle/6.7.1/executionHistory/executionHistory.bin +0 -0
- package/android/.gradle/6.7.1/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/6.7.1/fileChanges/last-build.bin +0 -0
- package/android/.gradle/6.7.1/fileHashes/fileHashes.bin +0 -0
- package/android/.gradle/6.7.1/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/6.7.1/fileHashes/resourceHashesCache.bin +0 -0
- package/android/.gradle/6.7.1/gc.properties +0 -0
- package/android/.gradle/6.7.1/javaCompile/classAnalysis.bin +0 -0
- package/android/.gradle/6.7.1/javaCompile/jarAnalysis.bin +0 -0
- package/android/.gradle/6.7.1/javaCompile/javaCompile.lock +0 -0
- package/android/.gradle/6.7.1/javaCompile/taskHistory.bin +0 -0
package/android/build.gradle
CHANGED
|
@@ -23,6 +23,7 @@ def safeExtGet(prop, fallback) {
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
android {
|
|
26
|
+
namespace 'com.reactnativerncustomerglu'
|
|
26
27
|
compileSdkVersion safeExtGet('Rncustomerglu_compileSdkVersion', 34)
|
|
27
28
|
defaultConfig {
|
|
28
29
|
minSdkVersion safeExtGet('Rncustomerglu_minSdkVersion', 21)
|
|
@@ -61,7 +62,7 @@ repositories {
|
|
|
61
62
|
dependencies {
|
|
62
63
|
//noinspection GradleDynamicVersion
|
|
63
64
|
implementation "com.facebook.react:react-native:+" // From node_modules
|
|
64
|
-
implementation 'com.customerglu:CustomerGluLibrary:3.0.
|
|
65
|
+
implementation 'com.customerglu:CustomerGluLibrary:3.0.4'
|
|
65
66
|
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
|
|
66
67
|
implementation 'com.google.code.gson:gson:2.8.6'
|
|
67
68
|
implementation 'androidx.cardview:cardview:1.0.0'
|
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", "3.0.
|
|
18
|
+
s.dependency "CustomerGlu", "3.0.4"
|
|
19
19
|
s.platform = :ios, '13.0'
|
|
20
20
|
s.swift_version = '5.0'
|
|
21
21
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|