mobilyflow-react-native-sdk 0.1.0-alpha.6 → 0.1.1-alpha.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.
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
21
21
  s.swift_versions = '5.0'
22
22
 
23
23
  # Install MobilyFlow SDK
24
- s.dependency 'MobilyflowSDK', '0.1.0'
24
+ s.dependency 'MobilyflowSDK', '0.1.1-alpha.1'
25
25
 
26
26
  #s.subspec 'MobilyflowSDK' do |ss|
27
27
  # ss.source_files = '../mobilyflow-ios-sdk/Sources/MobilyflowSDK/**/*'
@@ -100,7 +100,7 @@ def kotlin_version = getExtOrDefault("kotlinVersion")
100
100
  dependencies {
101
101
  implementation "com.facebook.react:react-android"
102
102
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
103
- implementation "com.mobilyflow:mobilyflow-android-sdk:0.1.0"
103
+ implementation "com.mobilyflow:mobilyflow-android-sdk:0.1.1-alpha.1"
104
104
  implementation "org.jetbrains.kotlinx:kotlinx-datetime:0.6.2"
105
105
  implementation "org.jetbrains.kotlin:kotlin-reflect"
106
106
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobilyflow-react-native-sdk",
3
- "version": "0.1.0-alpha.6",
3
+ "version": "0.1.1-alpha.1",
4
4
  "description": "MobilyFlow React Native SDK",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",