Skip to content

Commit

Permalink
Merge pull request #98 from veryfi/veryfi/feature/ANDLENS-1166-update…
Browse files Browse the repository at this point in the history
…-android-lens

ANDLENS-1166: Updated Android Lens to 1.7.3.37
  • Loading branch information
decim92 authored Nov 28, 2024
2 parents c1e7345 + ef1770b commit f5b9820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.36'
implementation 'com.veryfi.lens:veryfi-lens-receipts-sdk:1.7.3.37'
}
```
Min SDK Android 6.0 (API level 23)
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.36'
implementation 'com.veryfi.lens:veryfi-lens-receipts-sdk:1.7.3.37'
}

0 comments on commit f5b9820

Please sign in to comment.