Skip to content

Commit

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

ANDLENS-1234: Updated Android Lens to 2.0.0.7
  • Loading branch information
alejouribesanchez authored Feb 18, 2025
2 parents 50f4be7 + 604f08c commit 903c3a6
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:2.0.0.6'
implementation 'com.veryfi.lens:veryfi-lens-cheques-sdk:2.0.0.7'
}
```
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 @@ -49,7 +49,7 @@ android {

dependencies {
// Veryfi lens
implementation 'com.veryfi.lens:veryfi-lens-cheques-sdk:2.0.0.6'
implementation 'com.veryfi.lens:veryfi-lens-cheques-sdk:2.0.0.7'

// noinspection GradleDependency
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
Expand Down

0 comments on commit 903c3a6

Please sign in to comment.