Skip to content

Commit bb3e868

Browse files
Merge pull request #110 from veryfi/veryfi/feature/ANDLENS-1289-update-android-lens
ANDLENS-1289: Updated Android Lens to 2.1.0.3
2 parents d88a839 + ea440f8 commit bb3e868

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ package manager for Java.
3838
Add in your project build.gradle file the Veryfi Lens Credit Cards android SDK dependency:
3939
```ruby
4040
dependencies {
41-
implementation 'com.veryfi.lens:veryfi-lens-credit-cards-sdk:2.1.0.0'
41+
implementation 'com.veryfi.lens:veryfi-lens-credit-cards-sdk:2.1.0.3'
4242
}
4343
```
4444
Min SDK Android 6.0 (API level 23)

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949

5050
dependencies {
5151
// Veryfi lens
52-
implementation 'com.veryfi.lens:veryfi-lens-credit-cards-sdk:2.1.0.0'
52+
implementation 'com.veryfi.lens:veryfi-lens-credit-cards-sdk:2.1.0.3'
5353

5454
// noinspection GradleDependency
5555
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

0 commit comments

Comments
 (0)