Skip to content

Commit

Permalink
LP-482: Update github demo to v1.7.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Ramírez committed Sep 5, 2023
1 parent f8ee4ef commit e8fce67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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 Checks Android SDK dependency:
```ruby
dependencies {
implementation 'com.veryfi.lens:veryfi-lens-cheques-sdk:1.7.1.13'
implementation 'com.veryfi.lens:veryfi-lens-cheques-sdk:1.7.1.14'
}
```
Min SDK Android 6.0 (API level 23)
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ dependencies {
implementation 'com.github.pvarry:android-json-viewer:v1.1'

// Veryfi lens
implementation 'com.veryfi.lens:veryfi-lens-cheques-sdk:1.7.1.13'
implementation 'com.veryfi.lens:veryfi-lens-cheques-sdk:1.7.1.14'
}
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
google()
mavenCentral()
Expand All @@ -20,6 +21,7 @@ pluginManagement {
dependencyResolutionManagement {
//repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenLocal()
google()
mavenCentral()
maven { url "https://plugins.gradle.org/m2/"}
Expand Down

0 comments on commit e8fce67

Please sign in to comment.