Skip to content

Commit

Permalink
Merge pull request #47 from veryfi/feature/LP-968-update-lens
Browse files Browse the repository at this point in the history
LP-968: Updated android lens
  • Loading branch information
alejouribesanchez committed Jun 25, 2024
2 parents 093e022 + 7484dd6 commit 1f9636e
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 @@ -39,7 +39,7 @@ package manager for Java.
Add in your project build.gradle file the Veryfi Lens W-2 Android SDK dependency:
```ruby
dependencies {
implementation 'com.veryfi.lens:veryfi-lens-w2-sdk:1.7.3.7'
implementation 'com.veryfi.lens:veryfi-lens-w2-sdk:1.7.3.8'
}
```
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-w2-sdk:1.7.3.7'
implementation 'com.veryfi.lens:veryfi-lens-w2-sdk:1.7.3.8'
}

0 comments on commit 1f9636e

Please sign in to comment.