@screeb/react-native 0.7.1 → 0.8.0

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.
@@ -124,6 +124,6 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
124
124
  dependencies {
125
125
  // noinspection GradleDynamicVersion
126
126
  api 'com.facebook.react:react-native:+'
127
- implementation "app.screeb.sdk:survey:1.8.1"
128
- implementation "org.jetbrains.kotlin:kotlin-stdlib:1.6.21"
127
+ implementation "app.screeb.sdk:survey:1.9.1"
128
+ implementation "org.jetbrains.kotlin:kotlin-stdlib:1.7.0"
129
129
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@screeb/react-native",
3
- "version": "0.7.1",
3
+ "version": "0.8.0",
4
4
  "description": "A react-native module to integrate Screeb mobile sdk for Android and/or iOS.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
16
16
  s.source_files = "ios/**/*.{h,m,mm,swift}"
17
17
 
18
18
  s.dependency "React-Core"
19
- s.dependency "Screeb", '~> 1.7.0'
19
+ s.dependency "Screeb", '~> 1.8.0'
20
20
  end