We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ea2ab commit 5f083caCopy full SHA for 5f083ca
build.gradle
@@ -22,7 +22,7 @@ android {
22
minSdkVersion 18
23
targetSdkVersion 28
24
versionCode 1
25
- versionName "6.0.0"
+ versionName "6.0.1"
26
27
}
28
buildTypes {
@@ -47,8 +47,8 @@ repositories {
47
48
49
dependencies {
50
- implementation 'com.appliedrec:id-capture:6.0.0'
51
- implementation 'com.appliedrec.verid:ui:1.7.9'
+ implementation 'com.appliedrec:id-capture:6.0.1'
+ implementation 'com.appliedrec.verid:ui:1.7.10'
52
implementation 'com.android.support:appcompat-v7:28.0.0'
53
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
54
0 commit comments