Skip to content

Commit 6480480

Browse files
author
Jenkins
committed
6.4.487
1 parent 4de3880 commit 6480480

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

RNFaceApi.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ Pod::Spec.new do |s|
1515
s.source = { http: "file:#{source}" }
1616
s.ios.deployment_target = '11.0'
1717
s.source_files = 'ios/**/*.{h,m}'
18-
s.dependency 'FaceSDK', '6.4.2321'
18+
s.dependency 'FaceSDK', '6.4.2453'
1919
s.dependency 'React'
2020
end

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
//noinspection GradleDynamicVersion
4242
implementation 'com.facebook.react:react-native:+'
4343
//noinspection GradleDependency
44-
implementation('com.regula.face:api:6.4.3456'){
44+
implementation('com.regula.face:api:6.4.3582'){
4545
transitive = true
4646
}
4747
}

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "jest"
1111
},
1212
"dependencies": {
13-
"@regulaforensics/react-native-face-api": "6.4.471",
13+
"@regulaforensics/react-native-face-api": "6.4.487",
1414
"@regulaforensics/react-native-face-core-basic": "6.4.184",
1515
"react": "18.2.0",
1616
"react-native": "0.73.4",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@regulaforensics/react-native-face-api",
3-
"version": "6.4.471",
3+
"version": "6.4.487",
44
"description": "React Native module for compairing faces using phone`s camera",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)