From 6a277ba7f191625aeb2792f7ef4be380bee129ed Mon Sep 17 00:00:00 2001 From: Alejandro Maldonado Date: Wed, 2 Oct 2024 10:34:25 -0500 Subject: [PATCH] ANDLENS-1113: Updated Android Lens to 1.7.3.31 --- README.md | 2 +- app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb946d1..69b060e 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ package manager for Java. Add in your project build.gradle file the Veryfi Lens Business Cards android SDK dependency: ```ruby dependencies { - implementation 'com.veryfi.lens:veryfi-lens-business-cards-sdk:1.7.3.30' + implementation 'com.veryfi.lens:veryfi-lens-business-cards-sdk:1.7.3.31' } ``` Min SDK Android 6.0 (API level 23) diff --git a/app/build.gradle b/app/build.gradle index 2df5b59..398ff0b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,5 +58,5 @@ dependencies { implementation 'com.github.pvarry:android-json-viewer:v1.1' // Veryfi lens - implementation 'com.veryfi.lens:veryfi-lens-business-cards-sdk:1.7.3.30' + implementation 'com.veryfi.lens:veryfi-lens-business-cards-sdk:1.7.3.31' }