Skip to content

Commit

Permalink
Merge pull request #73 from veryfi/feature/LP-984-update-lens
Browse files Browse the repository at this point in the history
LP-984: Updated android lens
  • Loading branch information
alejouribesanchez authored Jul 19, 2024
2 parents 0d5ff7e + 7961fa8 commit 321b453
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 Checks Android SDK dependency:
```ruby
dependencies {
implementation 'com.veryfi.lens:veryfi-lens-cheques-sdk:1.7.3.11'
implementation 'com.veryfi.lens:veryfi-lens-cheques-sdk:1.7.3.12'
}
```
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 @@ -56,5 +56,5 @@ dependencies {
implementation 'com.github.pvarry:android-json-viewer:v1.1'

// Veryfi lens
implementation 'com.veryfi.lens:veryfi-lens-cheques-sdk:1.7.3.11'
implementation 'com.veryfi.lens:veryfi-lens-cheques-sdk:1.7.3.12'
}

0 comments on commit 321b453

Please sign in to comment.