File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ package manager for Java.
3838Add in your project build.gradle file the Veryfi Lens Credit Cards android SDK dependency:
3939``` ruby
4040dependencies {
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```
4444Min SDK Android 6.0 (API level 23)
Original file line number Diff line number Diff line change 55}
66
77android {
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}
Original file line number Diff line number Diff line change 11buildscript {
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}
99plugins {
@@ -12,5 +12,5 @@ plugins {
1212 id ' org.jetbrains.kotlin.android' version ' 1.9.23' apply false
1313}
1414task clean (type : Delete ) {
15- delete rootProject. buildDir
15+ delete rootProject. layout . buildDirectory
1616}
Original file line number Diff line number Diff line change 11# Fri Aug 19 11:30:06 COT 2022
22distributionBase =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
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments