Skip to content

Commit

Permalink
修复高清人脸带来的BUG,修复试用版随机闪退问题
Browse files Browse the repository at this point in the history
  • Loading branch information
HQC committed Jul 23, 2024
1 parent 880bd92 commit 998d46a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdk 21
targetSdk 34
versionCode 20
versionName "1.8.8.15"
versionName "1.8.18"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down Expand Up @@ -77,7 +77,7 @@ dependencies {

// 人脸识别 活体检测 以及人脸检索 SDK 依赖
// 1:N (M:N)人脸识别依赖独立版本,体积小速度更快 https://github.com/AnyLifeZLB/FaceSearchSDK_Android
implementation 'io.github.anylifezlb:FaceRecognition:1.8.17.alpha1' //目前仅维护1.6 以上版本
implementation 'io.github.anylifezlb:FaceRecognition:1.8.18' //目前仅维护1.6 以上版本


// 以下为业务需要其他依赖,不是SDK 运行的必须依赖
Expand Down
7 changes: 6 additions & 1 deletion change_log.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# V1.8.18
- 修复高清人脸带来的BUG,修复试用版随机闪退问题

# V1.8.16
- 新加录入人脸是返回高清人脸图和原图 onCompletedVIP(Bitmap bitmap, Bitmap bitmap1) {

# V1.8.15
- 升级项目TargetSDK = 34
- 升级相机管理,TargetSDK<28 的朋友请强制指定版本
- 新加录入人脸是返回高清人脸图和原图 onCompletedVIP(Bitmap bitmap, Bitmap bitmap1) {

# V1.8.14
- 免费版本的录入人脸的质量也提升同VIP 版本
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

include ':app'

0 comments on commit 998d46a

Please sign in to comment.