File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ The Ver-ID Credentials SDK allows your app to capture an image of the user's ID
15
15
1 . Under ` dependencies ` add
16
16
17
17
```
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 '
22
22
implementation('com.microblink:blinkid:3.9.0@aar') {
23
23
transitive = true
24
24
}
25
25
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 '
27
27
implementation 'com.android.support:design:26.1.0'
28
28
```
29
29
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ android {
22
22
minSdkVersion 18
23
23
targetSdkVersion 26
24
24
versionCode 1
25
- versionName " 4.0.1 "
25
+ versionName " 4.0.2 "
26
26
27
27
}
28
28
buildTypes {
@@ -50,7 +50,7 @@ dependencies {
50
50
implementation ' com.appliedrec:shared:4.3.3'
51
51
implementation ' com.appliedrec:det-rec-lib:4.3.3'
52
52
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 '
54
54
implementation ' com.android.support:appcompat-v7:26.1.0'
55
55
implementation ' com.android.support.constraint:constraint-layout:1.1.3'
56
56
implementation ' com.android.support:design:26.1.0'
You can’t perform that action at this time.
0 commit comments