Skip to content

Commit f6cde75

Browse files
Merge pull request #103 from veryfi/veryfi/feature/ANDLENS-1248-update-android-lens
ANDLENS-1248: Updated Android Lens to 2.0.0.10
2 parents 2d14d35 + a2f9ebe commit f6cde75

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.0.0.9'
41+
implementation 'com.veryfi.lens:veryfi-lens-credit-cards-sdk:2.0.0.10'
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.0.0.9'
52+
implementation 'com.veryfi.lens:veryfi-lens-credit-cards-sdk:2.0.0.10'
5353

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

0 commit comments

Comments
 (0)