Skip to content

Commit

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

ANDLENS-1182: Updated Android Lens to 2.0.0.2
  • Loading branch information
alejouribesanchez authored Dec 27, 2024
2 parents b0aeb37 + 8a2adc1 commit 3149859
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:2.0.0.1'
implementation 'com.veryfi.lens:veryfi-lens-w2-sdk:2.0.0.2'
}
```
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-w2-sdk:2.0.0.1'
implementation 'com.veryfi.lens:veryfi-lens-w2-sdk:2.0.0.2'

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

0 comments on commit 3149859

Please sign in to comment.