Skip to content

Commit

Permalink
Merge pull request #9 from veryfi/feature/LP-899-update-android-lens
Browse files Browse the repository at this point in the history
LP-899: Updated Android Lens version
  • Loading branch information
alejouribesanchez authored Mar 20, 2024
2 parents 22eea92 + c942bf1 commit cf33e64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ package manager for Java.
Add in your project build.gradle file the Veryfi Lens Bank Statements Android SDK dependency:
```ruby
dependencies {
implementation 'com.veryfi.lens:veryfi-lens-bank-statements-sdk:1.7.2.8'
implementation 'com.veryfi.lens:veryfi-lens-bank-statements-sdk:1.7.2.9'
}
```
Min SDK Android 6.0 (API level 23)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ dependencies {
// noinspection GradleDependency
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
implementation 'com.google.android.material:material:1.11.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-bank-statements-sdk:1.7.2.8'
implementation 'com.veryfi.lens:veryfi-lens-bank-statements-sdk:1.7.2.9'
}

0 comments on commit cf33e64

Please sign in to comment.