Skip to content

Commit

Permalink
added v11.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
sMaltsevAcuant committed Aug 19, 2021
1 parent 751cf01 commit ee7fb0e
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 12 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Acuant Android SDK v11.4.14
# Acuant Android SDK v11.4.15
**August 2021**

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.14'
implementation 'com.acuant:acuantcamera:11.4.14'
implementation 'com.acuant:acuantimagepreparation:11.4.14'
implementation 'com.acuant:acuantdocumentprocessing:11.4.14'
implementation 'com.acuant:acuantechipreader:11.4.14'
implementation 'com.acuant:acuantfacematch:11.4.14'
implementation 'com.acuant:acuanthgliveness:11.4.14'
implementation ('com.acuant:acuantipliveness:11.4.14'){
implementation 'com.acuant:acuantcommon:11.4.15'
implementation 'com.acuant:acuantcamera:11.4.15'
implementation 'com.acuant:acuantimagepreparation:11.4.15'
implementation 'com.acuant:acuantdocumentprocessing:11.4.15'
implementation 'com.acuant:acuantechipreader:11.4.15'
implementation 'com.acuant:acuantfacematch:11.4.15'
implementation 'com.acuant:acuanthgliveness:11.4.15'
implementation ('com.acuant:acuantipliveness:11.4.15'){
transitive = true
}
implementation 'com.acuant:acuantfacecapture:11.4.14'
implementation 'com.acuant:acuantpassiveliveness:11.4.14'
implementation 'com.acuant:acuantfacecapture:11.4.15'
implementation 'com.acuant:acuantpassiveliveness:11.4.15'

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class AcuantBarcodeCameraFragment : AcuantBaseCameraFragment(),
textView.text = getString(R.string.acuant_camera_align_barcode)
textView.setTextColor(options?.colorHold ?: Color.WHITE)
imageView.setImageDrawable(ResourcesCompat.getDrawable(resources, R.drawable.barcode, null))
imageView.rotation = 0f
imageView.rotation = 90f
imageView.alpha = 0.4f
imageView.visibility = View.VISIBLE
textView.bringToFront()
Expand Down
Binary file modified acuantcamera/src/main/res/drawable/barcode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
android:layout_centerInParent="true"
android:src="@drawable/barcode"
android:gravity="center"
android:rotation="90"
android:alpha="0.4"
tools:ignore="ContentDescription" />

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.
Binary file modified acuantimagepreparation/acuantimagepreparation.aar
Binary file not shown.
Binary file removed app/src/main/res/drawable-xxhdpi/barcode.png
Binary file not shown.

0 comments on commit ee7fb0e

Please sign in to comment.