facia-mobilesdk 0.2.6 → 0.2.8

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.
@@ -73,7 +73,7 @@ repositories {
73
73
  dependencies {
74
74
  //noinspection GradleDynamicVersion
75
75
  implementation 'com.facebook.react:react-native:+'
76
- implementation 'com.github.FaciaSDK:android-uqood:+' // From node_modules
76
+ implementation 'com.github.FaciaSDK:android-uqood:1.0.3' // From node_modules
77
77
  }
78
78
 
79
79
  def configureReactNativePom(def pom) {
@@ -1,7 +1,7 @@
1
1
  require "json"
2
2
 
3
3
  package = JSON.parse(File.read(File.join(__dir__, "package.json")))
4
- sdk_version = "1.0.3"
4
+ sdk_version = "1.0.4"
5
5
 
6
6
  Pod::Spec.new do |s|
7
7
  s.name = "facia-mobilesdk"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "facia-mobilesdk",
3
3
  "title": "React Native Mobilesdk Module",
4
- "version": "0.2.6",
4
+ "version": "0.2.8",
5
5
  "description": "Facia mobile SDK",
6
6
  "main": "index.js",
7
7
  "files": [