Skip to content

Commit

Permalink
Merge pull request #23 from veryfi/feature/LP-316-update-android-lens
Browse files Browse the repository at this point in the history
Update Android Lens
  • Loading branch information
alejouribesanchez authored Feb 17, 2023
2 parents c703872 + 2daf946 commit ebae992
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ android {
dependencies {
//noinspection GradleDependency
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.6.0'
implementation 'com.veryfi.lens:veryfi-lens-receipts-sdk:1.6.2.10'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
implementation 'com.github.martin-stone:hsv-alpha-color-picker-android:3.0.1'
implementation 'com.github.lriccardo:TimelineView:1.1.2'
implementation 'com.github.pvarry:android-json-viewer:v1.1'

//Veryfi lens
implementation 'com.veryfi.lens:veryfi-lens-receipts-sdk:1.7.0.1'
}

0 comments on commit ebae992

Please sign in to comment.