Skip to content

Commit

Permalink
Merge pull request #45 from veryfi/update_github_demo_to_v1.7.2.5
Browse files Browse the repository at this point in the history
Update github demo to v1.7.2.5
  • Loading branch information
beresmo authored Feb 12, 2024
2 parents 2b7082d + ce2f07e commit d928c51
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.2.4'
implementation 'com.veryfi.lens.headless:receipts-sdk:1.7.2.5'
}
```

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

// Veryfi Lens
implementation 'com.veryfi.lens.headless:receipts-sdk:1.7.2.4'
implementation 'com.veryfi.lens.headless:receipts-sdk:1.7.2.5'
}

0 comments on commit d928c51

Please sign in to comment.