From b73250f93babce3968f5bb3f7281a6c44916a3e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Ram=C3=ADrez?= Date: Thu, 4 May 2023 09:55:30 -0500 Subject: [PATCH] LP-428: Update github demo --- README.md | 2 +- app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b344f1c..0274ebb 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 Checks Android SDK dependency: ```ruby dependencies { - implementation 'com.veryfi.lens:veryfi-lens-cheques-sdk:1.7.0.10' + implementation 'com.veryfi.lens:veryfi-lens-cheques-sdk:1.7.0.11' } ``` Min SDK Android 6.0 (API level 23) diff --git a/app/build.gradle b/app/build.gradle index 96607b8..bfd4ce2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,5 +56,5 @@ dependencies { implementation 'com.github.pvarry:android-json-viewer:v1.1' // Veryfi lens - implementation 'com.veryfi.lens:veryfi-lens-cheques-sdk:1.7.0.10' + implementation 'com.veryfi.lens:veryfi-lens-cheques-sdk:1.7.0.11' }