@forstaglobal/react-native-mobilesdk 3.10.0 → 3.10.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
@@ -41,7 +41,7 @@ Add the SDK dependency to the application level `build.gradle` file.
41
41
  // build.gradle (Module)
42
42
  dependencies {
43
43
  ...
44
- implementation 'com.confirmit.mobilesdk:mobilesdk:3.10.0'
44
+ implementation 'com.confirmit.mobilesdk:mobilesdk:3.10.1'
45
45
  }
46
46
  ```
47
47
 
@@ -83,7 +83,7 @@ import PackageDescription
83
83
  let package = Package(
84
84
  name: "<Your Product Name>",
85
85
  dependencies: [
86
- .package(url: "https://github.com/ForstaGlobal/DigitalFeedbackMobileSDK.git", .upToNextMajor(from: "3.10.0"))
86
+ .package(url: "https://github.com/ForstaGlobal/DigitalFeedbackMobileSDK.git", .upToNextMajor(from: "3.10.1"))
87
87
  ],
88
88
  targets: [
89
89
  .target(
@@ -108,7 +108,7 @@ platform :ios, '11.0'
108
108
  # Your target
109
109
  target 'MyApp' do
110
110
  # ... others pods
111
- pod 'ConfirmitMobileSDK', '3.10.0'
111
+ pod 'ConfirmitMobileSDK', '3.10.1'
112
112
  end
113
113
  ```
114
114
 
@@ -97,7 +97,7 @@ dependencies {
97
97
  //noinspection GradleDynamicVersion
98
98
  implementation "com.facebook.react:react-native:+"
99
99
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
100
- implementation 'com.confirmit.mobilesdk:mobilesdk:3.10.0'
100
+ implementation 'com.confirmit.mobilesdk:mobilesdk:3.10.1'
101
101
  implementation project(path: ':react-native-webview')
102
102
  }
103
103
 
package/ios/Podfile CHANGED
@@ -3,5 +3,5 @@ platform :ios, '12.0'
3
3
  target 'Mobilesdk' do
4
4
  use_frameworks!
5
5
 
6
- pod 'ConfirmitMobileSDK', '3.10.0'
6
+ pod 'ConfirmitMobileSDK', '3.10.1'
7
7
  end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forstaglobal/react-native-mobilesdk",
3
- "version": "3.10.0",
3
+ "version": "3.10.1",
4
4
  "description": "The Forsta Digital Feedback Mobile SDK provides seamless in-app feedback for any touch point within your mobile application.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -39,5 +39,5 @@ Pod::Spec.new do |s|
39
39
  end
40
40
  end
41
41
 
42
- s.dependency "ConfirmitMobileSDK", "3.10.0"
42
+ s.dependency "ConfirmitMobileSDK", "3.10.1"
43
43
  end