From 963f64c663960f4cd5fb3e8aa27cda2a5f3305ff Mon Sep 17 00:00:00 2001 From: Alejandro Maldonado Date: Wed, 9 Oct 2024 11:03:58 -0500 Subject: [PATCH] ANDLENS-1118: Updated Android Lens to 1.7.3.32 --- README.md | 2 +- app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 027dd5a..15a219e 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ package manager for Java. Add in your project build.gradle file the veryfi lens receipts android SDK dependency: ```ruby dependencies { - implementation 'com.veryfi.lens:veryfi-lens-receipts-sdk:1.7.3.31' + implementation 'com.veryfi.lens:veryfi-lens-receipts-sdk:1.7.3.32' } ``` Min SDK Android 6.0 (API level 23) diff --git a/app/build.gradle b/app/build.gradle index 4e3db54..29bc697 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-receipts-sdk:1.7.3.31' + implementation 'com.veryfi.lens:veryfi-lens-receipts-sdk:1.7.3.32' }