Skip to content

Commit

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

ANDLENS-1135: Updated Android Lens to 1.7.3.34
  • Loading branch information
decim92 authored Oct 30, 2024
2 parents b3034e6 + e0cef82 commit 80e884a
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 @@ -38,7 +38,7 @@ package manager for Java.
Add in your project build.gradle file the Veryfi Lens Headless Receipts Android SDK dependency:
```ruby
dependencies {
implementation 'com.veryfi.lens.headless:receipts-sdk:1.7.3.33'
implementation 'com.veryfi.lens.headless:receipts-sdk:1.7.3.34'
}
```

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ dependencies {
implementation "androidx.camera:camera-extensions:1.3.4"

// Veryfi Lens
implementation 'com.veryfi.lens.headless:receipts-sdk:1.7.3.33'
implementation 'com.veryfi.lens.headless:receipts-sdk:1.7.3.34'
}

0 comments on commit 80e884a

Please sign in to comment.