Skip to content

Commit d4969b5

Browse files
author
Jenkins
committed
8.1.765
1 parent de45265 commit d4969b5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828
}
2929

3030
dependencies {
31-
implementation('com.regula.face:api:8.1.4451') {
31+
implementation('com.regula.face:api:8.1.4471') {
3232
transitive = true
3333
}
3434

ios/flutter_face_api.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'flutter_face_api'
3-
s.version = '8.1.738'
3+
s.version = '8.1.765'
44
s.summary = 'A new flutter plugin project.'
55
s.description = <<-DESC
66
A new flutter plugin project.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description:
44
It allows you to easily compaire faces using your phone's camera. Supports Android and iOS.
55
repository: https://github.com/regulaforensics/flutter_face_api
66
issue_tracker: https://github.com/regulaforensics/flutter_face_api/issues
7-
version: 8.1.738
7+
version: 8.1.765
88

99
environment:
1010
sdk: '>=3.1.5 <4.0.0'

0 commit comments

Comments
 (0)