Skip to content

Commit 860b858

Browse files
Merge pull request #116 from veryfi/veryfi/feature/ANDLENS-1321-update-android-lens
ANDLENS-1321: Updated Android Lens to 2.1.0.14
2 parents 893bcca + b51f313 commit 860b858

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

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

0 commit comments

Comments
 (0)