Skip to content

Commit

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

ANDLENS-1113: Updated Android Lens to 1.7.3.31
  • Loading branch information
alejouribesanchez authored Oct 2, 2024
2 parents 00f1ec9 + 3f44fad commit cbacd46
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 OCR Android SDK dependency:
```ruby
dependencies {
implementation 'com.veryfi.lens:veryfi-lens-ocr-sdk:1.7.3.30'
implementation 'com.veryfi.lens:veryfi-lens-ocr-sdk:1.7.3.31'
}
```

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation 'com.github.pvarry:android-json-viewer:v1.1'

// Veryfi lens
implementation 'com.veryfi.lens:veryfi-lens-ocr-sdk:1.7.3.30'
implementation 'com.veryfi.lens:veryfi-lens-ocr-sdk:1.7.3.31'
androidTestImplementation 'androidx.test:core:1.6.1'
androidTestImplementation "androidx.test.ext:junit:1.2.1"
}

0 comments on commit cbacd46

Please sign in to comment.