Skip to content

Commit

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

ANDLENS-1182: Updated Android Lens to 2.0.0.2
  • Loading branch information
alejouribesanchez authored Dec 27, 2024
2 parents 6c38e1b + 94543f0 commit b8c7635
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:2.0.0.1'
implementation 'com.veryfi.lens.headless:receipts-sdk:2.0.0.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ android {

dependencies {
// Veryfi Lens
implementation 'com.veryfi.lens.headless:receipts-sdk:2.0.0.1'
implementation 'com.veryfi.lens.headless:receipts-sdk:2.0.0.2'

implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
Expand Down

0 comments on commit b8c7635

Please sign in to comment.