From 762b66252b10638fabc86d4889acdebda2216872 Mon Sep 17 00:00:00 2001 From: Alejandro Maldonado Date: Mon, 2 Sep 2024 17:02:06 -0500 Subject: [PATCH] LP-1012: Updated Android Lens to 1.7.3.23 --- README.md | 2 +- app/build.gradle | 5 +++-- build.gradle | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 94ddb67..8f01393 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ package manager for Java. Add in your project build.gradle file the veryfi lens receipts android SDK dependency: ```ruby dependencies { - implementation 'com.veryfi.lens:veryfi-lens-receipts-sdk:1.7.3.22' + implementation 'com.veryfi.lens:veryfi-lens-receipts-sdk:1.7.3.23' } ``` Min SDK Android 6.0 (API level 23) diff --git a/app/build.gradle b/app/build.gradle index 6e55a3b..2fcf1b0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,7 +5,7 @@ plugins { } android { - compileSdkVersion 34 + compileSdk 34 defaultConfig { applicationId "com.veryfi.lens.receipts.demo" minSdkVersion 23 @@ -25,6 +25,7 @@ android { buildFeatures { viewBinding true + buildConfig true } compileOptions { @@ -56,5 +57,5 @@ dependencies { implementation 'com.github.pvarry:android-json-viewer:v1.1' // Veryfi lens - implementation 'com.veryfi.lens:veryfi-lens-receipts-sdk:1.7.3.22' + implementation 'com.veryfi.lens:veryfi-lens-receipts-sdk:1.7.3.23' } diff --git a/build.gradle b/build.gradle index 6d538a8..07406d0 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,9 @@ buildscript { ext.kotlin_version = '1.9.23' dependencies { - classpath 'com.android.tools.build:gradle:7.4.0' + classpath 'com.android.tools.build:gradle:8.3.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath 'com.google.gms:google-services:4.3.14' + classpath 'com.google.gms:google-services:4.4.2' } } plugins { @@ -12,5 +12,5 @@ plugins { id 'org.jetbrains.kotlin.android' version '1.9.23' apply false } task clean(type: Delete) { - delete rootProject.buildDir + delete rootProject.layout.buildDirectory } \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index cf8b139..60c02cc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Tue Mar 22 17:39:45 COT 2022 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME