Skip to content

Commit 40b58eb

Browse files
Merge pull request #79 from veryfi/veryfi/feature/LP-1012-update-android-lens
LP-1012: Updated Android Lens to 1.7.3.23
2 parents 86e0bb7 + 8ff5fd1 commit 40b58eb

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
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:1.7.3.22'
41+
implementation 'com.veryfi.lens:veryfi-lens-credit-cards-sdk:1.7.3.23'
4242
}
4343
```
4444
Min SDK Android 6.0 (API level 23)

app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins{
55
}
66

77
android {
8-
compileSdkVersion 34
8+
compileSdk 34
99
defaultConfig {
1010
applicationId "com.veryfi.lens.credit.cards.demo"
1111
minSdkVersion 23
@@ -25,6 +25,7 @@ android {
2525

2626
buildFeatures {
2727
viewBinding true
28+
buildConfig true
2829
}
2930

3031
compileOptions {
@@ -56,5 +57,5 @@ dependencies {
5657
implementation 'com.github.pvarry:android-json-viewer:v1.1'
5758

5859
// Veryfi lens
59-
implementation 'com.veryfi.lens:veryfi-lens-credit-cards-sdk:1.7.3.22'
60+
implementation 'com.veryfi.lens:veryfi-lens-credit-cards-sdk:1.7.3.23'
6061
}

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
buildscript {
22
ext.kotlin_version = '1.9.23'
33
dependencies {
4-
classpath 'com.android.tools.build:gradle:7.4.0'
4+
classpath 'com.android.tools.build:gradle:8.3.1'
55
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
6-
classpath 'com.google.gms:google-services:4.3.14'
6+
classpath 'com.google.gms:google-services:4.4.2'
77
}
88
}
99
plugins {
@@ -12,5 +12,5 @@ plugins {
1212
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
1313
}
1414
task clean(type: Delete) {
15-
delete rootProject.buildDir
15+
delete rootProject.layout.buildDirectory
1616
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Fri Aug 19 11:30:06 COT 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)