Skip to content

Commit

Permalink
Release 4.1 huawei vision
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Yakimchik committed Aug 19, 2022
1 parent d5efce1 commit 78c5100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FaceSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
}

// include this library only if you want to support Huawei devices which does not have Google Mobile Services
implementation ('com.regula.face:huawei-vision:3.2.+@aar'){
implementation ('com.regula.face:huawei-vision:4.1.+@aar'){
transitive = true
}
}
2 changes: 1 addition & 1 deletion FaceSampleKotlin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
}

// include this library only if you want to support Huawei devices which does not have Google Mobile Services
implementation ('com.regula.face:huawei-vision:3.2.+@aar'){
implementation ('com.regula.face:huawei-vision:4.1.+@aar'){
transitive = true
}

Expand Down

0 comments on commit 78c5100

Please sign in to comment.