From bc28a354cad4c8190de3cc5716f8ef5024e18dbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Ram=C3=ADrez?= Date: Wed, 13 Sep 2023 09:16:30 -0500 Subject: [PATCH] LP-483: Update github demo to v1.7.1.15 --- README.md | 2 +- app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de85505..5ca52e1 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.14' + implementation 'com.veryfi.lens:veryfi-lens-business-cards-sdk:1.7.1.15' } ``` Min SDK Android 6.0 (API level 23) diff --git a/app/build.gradle b/app/build.gradle index 6883465..fce71ee 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.14' + implementation 'com.veryfi.lens:veryfi-lens-business-cards-sdk:1.7.1.15' }