Skip to content

Commit

Permalink
added v11.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sMaltsevAcuant committed Oct 5, 2020
1 parent 9ba701c commit b731555
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Acuant Android SDK v11.4.5
**September 2020**
# Acuant Android SDK v11.4.6
**October 2020**

See [https://github.com/Acuant/AndroidSDKV11/releases](https://github.com/Acuant/AndroidSDKV11/releases) for release notes.

Expand Down Expand Up @@ -189,18 +189,18 @@ The SDK includes the following modules:
- Add the following dependencies

implementation 'com.acuant:acuantcommon:11.4.5'
implementation 'com.acuant:acuantcamera:11.4.5'
implementation 'com.acuant:acuantimagepreparation:11.4.5'
implementation 'com.acuant:acuantdocumentprocessing:11.4.5'
implementation 'com.acuant:acuantechipreader:11.4.5'
implementation 'com.acuant:acuantfacematch:11.4.5'
implementation 'com.acuant:acuanthgliveness:11.4.5'
implementation ('com.acuant:acuantipliveness:11.4.5'){
implementation 'com.acuant:acuantcommon:11.4.6'
implementation 'com.acuant:acuantcamera:11.4.6'
implementation 'com.acuant:acuantimagepreparation:11.4.6'
implementation 'com.acuant:acuantdocumentprocessing:11.4.6'
implementation 'com.acuant:acuantechipreader:11.4.6'
implementation 'com.acuant:acuantfacematch:11.4.6'
implementation 'com.acuant:acuanthgliveness:11.4.6'
implementation ('com.acuant:acuantipliveness:11.4.6'){
transitive = true
}
implementation 'com.acuant:acuantfacecapture:11.4.5'
implementation 'com.acuant:acuantpassiveliveness:11.4.5'
implementation 'com.acuant:acuantfacecapture:11.4.6'
implementation 'com.acuant:acuantpassiveliveness:11.4.6'

- Acuant also relies on Google Play services dependencies, which are pre-installed on almost all Android devices.

Expand Down
4 changes: 2 additions & 2 deletions acuantcamera/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ repositories {
}

android {
compileSdkVersion 28
compileSdkVersion 29

defaultConfig {
minSdkVersion 21
targetSdkVersion 28
targetSdkVersion 29
versionCode 1
versionName "1.0"

Expand Down
Binary file modified acuantcommon/acuantcommon.aar
Binary file not shown.
Binary file modified acuantdocumentprocessing/acuantdocumentprocessing.aar
Binary file not shown.
Binary file modified acuantechipreader/acuantechipreader.aar
Binary file not shown.
4 changes: 2 additions & 2 deletions acuantfacecapture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

android {
compileSdkVersion 28
compileSdkVersion 29
defaultConfig {
minSdkVersion 21
targetSdkVersion 28
targetSdkVersion 29
versionCode 1
versionName "1.0"

Expand Down
Binary file modified acuantfacematch/acuantfacematch.aar
Binary file not shown.
Binary file modified acuanthgliveness/acuanthgliveness.aar
Binary file not shown.
Binary file modified acuantimagepreparation/acuantimagepreparation.aar
Binary file not shown.
Binary file modified acuantipliveness/acuantipliveness.aar
Binary file not shown.
Binary file modified acuantpassiveliveness/acuantpassiveliveness.aar
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ repositories {


android {
compileSdkVersion 28
compileSdkVersion 29
buildToolsVersion '28.0.3'
defaultConfig {
applicationId "com.acuant.sampleapp"
minSdkVersion 21
targetSdkVersion 28
targetSdkVersion 29
versionCode 1
versionName
multiDexEnabled true
Expand Down

0 comments on commit b731555

Please sign in to comment.