From f5e3c0a540d0ba33b05cad099c9696bc875f585a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Ram=C3=ADrez?= Date: Tue, 26 Sep 2023 09:16:17 -0500 Subject: [PATCH] LP-491: Update github demo to v1.7.1.18 --- README.md | 2 +- app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 075073a..740eb78 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.17' + implementation 'com.veryfi.lens:veryfi-lens-business-cards-sdk:1.7.1.18' } ``` Min SDK Android 6.0 (API level 23) diff --git a/app/build.gradle b/app/build.gradle index 6674ebe..6d92816 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.17' + implementation 'com.veryfi.lens:veryfi-lens-business-cards-sdk:1.7.1.18' }