From 3963f3a860aac6a766c8d1fefb417b3613a18885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Ram=C3=ADrez?= Date: Tue, 17 Oct 2023 11:39:42 -0500 Subject: [PATCH] LP-497: Update github demo to v1.7.1.21 --- README.md | 2 +- app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78d1ef8..c5af382 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.1.20' + implementation 'com.veryfi.lens:veryfi-lens-business-cards-sdk:1.7.1.21' } ``` Min SDK Android 6.0 (API level 23) diff --git a/app/build.gradle b/app/build.gradle index 1ad83e6..f52e252 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,5 +57,5 @@ dependencies { implementation 'com.github.pvarry:android-json-viewer:v1.1' // Veryfi lens - implementation 'com.veryfi.lens:veryfi-lens-business-cards-sdk:1.7.1.20' + implementation 'com.veryfi.lens:veryfi-lens-business-cards-sdk:1.7.1.21' }