diff --git a/README.md b/README.md index 41d3e47..d2f2771 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. diff --git a/acuantcamera/src/main/java/com/acuant/acuantcamera/camera/barcode/AcuantBarcodeCameraFragment.kt b/acuantcamera/src/main/java/com/acuant/acuantcamera/camera/barcode/AcuantBarcodeCameraFragment.kt index 94af240..decc199 100644 --- a/acuantcamera/src/main/java/com/acuant/acuantcamera/camera/barcode/AcuantBarcodeCameraFragment.kt +++ b/acuantcamera/src/main/java/com/acuant/acuantcamera/camera/barcode/AcuantBarcodeCameraFragment.kt @@ -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() diff --git a/acuantcamera/src/main/res/drawable/barcode.png b/acuantcamera/src/main/res/drawable/barcode.png index 96cb11e..3fe0a30 100644 Binary files a/acuantcamera/src/main/res/drawable/barcode.png and b/acuantcamera/src/main/res/drawable/barcode.png differ diff --git a/acuantcamera/src/main/res/layout/activity_acu_barcode_camera.xml b/acuantcamera/src/main/res/layout/activity_acu_barcode_camera.xml index 5d6edef..fc1f953 100644 --- a/acuantcamera/src/main/res/layout/activity_acu_barcode_camera.xml +++ b/acuantcamera/src/main/res/layout/activity_acu_barcode_camera.xml @@ -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" /> diff --git a/acuantcommon/acuantcommon.aar b/acuantcommon/acuantcommon.aar index 907af83..dcc07d5 100644 Binary files a/acuantcommon/acuantcommon.aar and b/acuantcommon/acuantcommon.aar differ diff --git a/acuantdocumentprocessing/acuantdocumentprocessing.aar b/acuantdocumentprocessing/acuantdocumentprocessing.aar index 95bf3a3..50523a6 100644 Binary files a/acuantdocumentprocessing/acuantdocumentprocessing.aar and b/acuantdocumentprocessing/acuantdocumentprocessing.aar differ diff --git a/acuantechipreader/acuantechipreader.aar b/acuantechipreader/acuantechipreader.aar index 59d91aa..bbcfc01 100644 Binary files a/acuantechipreader/acuantechipreader.aar and b/acuantechipreader/acuantechipreader.aar differ diff --git a/acuantimagepreparation/acuantimagepreparation.aar b/acuantimagepreparation/acuantimagepreparation.aar index 02d7417..72838bb 100644 Binary files a/acuantimagepreparation/acuantimagepreparation.aar and b/acuantimagepreparation/acuantimagepreparation.aar differ diff --git a/app/src/main/res/drawable-xxhdpi/barcode.png b/app/src/main/res/drawable-xxhdpi/barcode.png deleted file mode 100644 index bb0c727..0000000 Binary files a/app/src/main/res/drawable-xxhdpi/barcode.png and /dev/null differ