facia-mobilesdk 0.0.1 → 0.0.3

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.
@@ -72,8 +72,9 @@ repositories {
72
72
 
73
73
  dependencies {
74
74
  //noinspection GradleDynamicVersion
75
- implementation 'com.facebook.react:react-native:+' // From node_modules
76
- implementation files('libs/Facia.aar')
75
+ implementation 'com.facebook.react:react-native:+'
76
+ implementation 'com.github.FaciaSDK:android-uqood:1.0.0' // From node_modules
77
+
77
78
 
78
79
  }
79
80
 
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.0.1",
4
+ "version": "0.0.3",
5
5
  "description": "Facia mobile SDK",
6
6
  "main": "index.js",
7
7
  "files": [