facia-mobilesdk 0.0.1 → 0.0.2

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,6 +73,20 @@ repositories {
73
73
  dependencies {
74
74
  //noinspection GradleDynamicVersion
75
75
  implementation 'com.facebook.react:react-native:+' // From node_modules
76
+ def camerax_version = "1.2.0"
77
+ implementation "androidx.camera:camera-camera2:${camerax_version}"
78
+ implementation "androidx.camera:camera-lifecycle:${camerax_version}"
79
+ implementation "androidx.camera:camera-view:${camerax_version}"
80
+ implementation "androidx.camera:camera-video:${camerax_version}"
81
+
82
+ //data binding dependency
83
+ implementation 'androidx.databinding:databinding-runtime:7.4.2'
84
+ // Retrofit dependencies
85
+ implementation 'com.squareup.retrofit2:retrofit:2.9.0'
86
+ implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
87
+ //mlKit face detection dependency
88
+ implementation 'com.google.android.gms:play-services-mlkit-face-detection:17.1.0'
89
+
76
90
  implementation files('libs/Facia.aar')
77
91
 
78
92
  }
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.2",
5
5
  "description": "Facia mobile SDK",
6
6
  "main": "index.js",
7
7
  "files": [