@screeb/react-native 0.8.13 → 0.8.15

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.
@@ -32,7 +32,6 @@ android {
32
32
  targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
33
33
  versionCode 1
34
34
  versionName "0.2.0"
35
-
36
35
  }
37
36
 
38
37
  buildTypes {
@@ -124,6 +123,6 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
124
123
  dependencies {
125
124
  // noinspection GradleDynamicVersion
126
125
  api 'com.facebook.react:react-native:+'
127
- implementation "app.screeb.sdk:survey:1.12.0"
126
+ implementation "app.screeb.sdk:survey:1.12.3"
128
127
  implementation "org.jetbrains.kotlin:kotlin-stdlib:1.7.0"
129
128
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@screeb/react-native",
3
- "version": "0.8.13",
3
+ "version": "0.8.15",
4
4
  "description": "A react-native module to integrate Screeb mobile sdk for Android and/or iOS.",
5
5
  "scripts": {
6
6
  "lint": "eslint \"**/*.{js,ts,tsx}\"",
@@ -51,4 +51,4 @@
51
51
  "react": "*",
52
52
  "react-native": "*"
53
53
  }
54
- }
54
+ }
@@ -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.12.1'
19
+ s.dependency "Screeb", '~> 1.12.3'
20
20
  end