Skip to content

Commit 6bf31cc

Browse files
committed
Updated to SDK v3.0.0
1 parent fa2ee41 commit 6bf31cc

19 files changed

+74565
-62
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,4 @@ freeline/
5555
freeline_project_description.json
5656
.idea/markdown-navigator.xml
5757
.idea/markdown-navigator/profiles_settings.xml
58+
.idea/misc.xml

README.md

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

1717
```
18-
compile 'com.appliedrec:shared:2.0.4'
19-
compile 'com.appliedrec:det-rec-lib:2.0.4'
20-
compile 'com.appliedrec:verid:2.0.4'
21-
compile 'com.appliedrec:id-capture:2.0.5'
22-
compile('com.microblink:blinkid:3.9.0@aar') {
18+
implementation 'com.appliedrec:shared:3.1.2'
19+
implementation 'com.appliedrec:det-rec-lib:3.1.2'
20+
implementation 'com.appliedrec:verid:3.1.2'
21+
implementation 'com.appliedrec:id-capture:3.0.0'
22+
implementation('com.microblink:blinkid:3.9.0@aar') {
2323
transitive = true
2424
}
25-
compile 'com.android.support:appcompat-v7:25.3.1'
26-
compile 'com.android.support.constraint:constraint-layout:1.0.2'
27-
compile 'com.android.support:design:25.3.1'
25+
implementation 'com.android.support:appcompat-v7:25.4.0'
26+
implementation 'com.android.support.constraint:constraint-layout:1.1.1'
27+
implementation 'com.android.support:design:25.4.0'
2828
```
2929

3030
## Getting Started with the Ver-ID ID Capture API

build.gradle

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,28 @@
11
buildscript {
22
repositories {
33
jcenter()
4+
maven {
5+
url 'https://maven.google.com/'
6+
name 'Google'
7+
}
48
}
59
dependencies {
6-
classpath 'com.android.tools.build:gradle:2.3.3'
10+
classpath 'com.android.tools.build:gradle:3.1.3'
711
}
812
}
913

1014
apply plugin: 'com.android.application'
1115

1216
android {
1317
compileSdkVersion 25
14-
buildToolsVersion "25.0.2"
18+
buildToolsVersion "27.0.3"
1519

1620
defaultConfig {
1721
applicationId "com.appliedrec.idcapturesample"
1822
minSdkVersion 18
1923
targetSdkVersion 25
2024
versionCode 1
21-
versionName "2.0.5"
25+
versionName "3.0.0"
2226

2327
}
2428
buildTypes {
@@ -36,17 +40,21 @@ repositories {
3640
jcenter()
3741
maven { url 'http://maven.microblink.com' }
3842
maven { url 'https://dev.ver-id.com/artifactory/gradle-release' }
43+
maven {
44+
url 'https://maven.google.com/'
45+
name 'Google'
46+
}
3947
}
4048

4149
dependencies {
42-
compile 'com.appliedrec:shared:2.0.5'
43-
compile 'com.appliedrec:det-rec-lib:2.0.5'
44-
compile 'com.appliedrec:verid:2.0.5'
45-
compile 'com.appliedrec:id-capture:2.0.5'
46-
compile 'com.android.support:appcompat-v7:25.3.1'
47-
compile 'com.android.support.constraint:constraint-layout:1.0.2'
48-
compile 'com.android.support:design:25.3.1'
49-
compile('com.microblink:blinkid:3.9.0@aar') {
50+
implementation 'com.appliedrec:shared:3.1.2'
51+
implementation 'com.appliedrec:det-rec-lib:3.1.2'
52+
implementation 'com.appliedrec:verid:3.1.2'
53+
implementation 'com.appliedrec:id-capture:3.0.0'
54+
implementation 'com.android.support:appcompat-v7:25.4.0'
55+
implementation 'com.android.support.constraint:constraint-layout:1.1.1'
56+
implementation 'com.android.support:design:25.4.0'
57+
implementation('com.microblink:blinkid:3.9.0@aar') {
5058
transitive = true
5159
}
5260
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Sep 27 06:22:24 BST 2017
1+
#Thu Jun 14 15:01:20 BST 2018
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)