We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 150d569 + fe6465e commit 721898fCopy full SHA for 721898f
README.md
@@ -41,7 +41,7 @@ package manager for Java.
41
Add in your project build.gradle file the Veryfi Lens Long Receipts android SDK dependency:
42
```ruby
43
dependencies {
44
- implementation 'com.veryfi.lens:veryfi-lens-long-receipts-sdk:2.0.0.9'
+ implementation 'com.veryfi.lens:veryfi-lens-long-receipts-sdk:2.0.0.10'
45
}
46
```
47
Min SDK Android 6.0 (API level 23)
app/build.gradle
@@ -50,7 +50,7 @@ android {
50
51
52
// Veryfi lens
53
54
55
// noinspection GradleDependency
56
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
0 commit comments