Skip to content

Commit be64a7c

Browse files
committed
Updated to Credentials SDK version 4.0.2
1 parent 405898b commit be64a7c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ The Ver-ID Credentials SDK allows your app to capture an image of the user's ID
1515
1. Under `dependencies` add
1616

1717
```
18-
implementation 'com.appliedrec:shared:4.1.0'
19-
implementation 'com.appliedrec:det-rec-lib:4.1.0'
20-
implementation 'com.appliedrec:verid:4.1.0'
21-
implementation 'com.appliedrec:id-capture:4.0.1'
18+
implementation 'com.appliedrec:shared:4.3.3'
19+
implementation 'com.appliedrec:det-rec-lib:4.3.3'
20+
implementation 'com.appliedrec:verid:4.3.3'
21+
implementation 'com.appliedrec:id-capture:4.0.2'
2222
implementation('com.microblink:blinkid:3.9.0@aar') {
2323
transitive = true
2424
}
2525
implementation 'com.android.support:appcompat-v7:26.1.0'
26-
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
26+
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
2727
implementation 'com.android.support:design:26.1.0'
2828
```
2929

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
minSdkVersion 18
2323
targetSdkVersion 26
2424
versionCode 1
25-
versionName "4.0.1"
25+
versionName "4.0.2"
2626

2727
}
2828
buildTypes {
@@ -50,7 +50,7 @@ dependencies {
5050
implementation 'com.appliedrec:shared:4.3.3'
5151
implementation 'com.appliedrec:det-rec-lib:4.3.3'
5252
implementation 'com.appliedrec:verid:4.3.3'
53-
implementation 'com.appliedrec:id-capture:4.0.1'
53+
implementation 'com.appliedrec:id-capture:4.0.2'
5454
implementation 'com.android.support:appcompat-v7:26.1.0'
5555
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
5656
implementation 'com.android.support:design:26.1.0'

0 commit comments

Comments
 (0)