Skip to content

Commit

Permalink
Merge pull request #84 from veryfi/veryfi/feature/LP-1012-update-andr…
Browse files Browse the repository at this point in the history
…oid-lens

LP-1012: Updated Android Lens to 1.7.3.23
  • Loading branch information
alejouribesanchez authored Sep 2, 2024
2 parents a190618 + 762b662 commit beb28ec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

android {
compileSdkVersion 34
compileSdk 34
defaultConfig {
applicationId "com.veryfi.lens.receipts.demo"
minSdkVersion 23
Expand All @@ -25,6 +25,7 @@ android {

buildFeatures {
viewBinding true
buildConfig true
}

compileOptions {
Expand Down Expand Up @@ -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'
}
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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 {
Expand All @@ -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
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit beb28ec

Please sign in to comment.