@@ -3,17 +3,17 @@ apply plugin: 'com.google.gms.google-services'
3
3
apply plugin : ' com.google.firebase.crashlytics'
4
4
5
5
android {
6
- compileSdkVersion 29
7
- buildToolsVersion " 29 .0.2"
6
+ compileSdkVersion 30
7
+ buildToolsVersion " 30 .0.2"
8
8
defaultConfig {
9
9
applicationId " com.appliedrec.credentials.app"
10
10
minSdkVersion rootProject. minSdkVersion
11
- targetSdkVersion 29
11
+ targetSdkVersion 30
12
12
versionCode rootProject. generateVersionCode()
13
13
versionName rootProject. generateVersionName()
14
14
buildConfigField " String" , " BLINK_LICENCE_KEY" , " \" " + blink5LicenceKey + " \" "
15
15
buildConfigField " String" , " BLINK_SUPPORTED_DOCUMENTS_URL" , " \" https://github.com/BlinkID/blinkid-android/blob/master/documentation/BlinkIDRecognizer.md\" "
16
- buildConfigField " String" , " INTELLICHECK_URL" , " \" https://dev.ver-id.com/id-check/parse-verify \" "
16
+ buildConfigField " String" , " INTELLICHECK_URL" , " \" https://dev.ver-id.com/id-check/\" "
17
17
manifestPlaceholders = [" veridPassword" : " 8f821baf-4ae4-41cd-a175-91d7ef6a6db8" ]
18
18
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
19
19
}
@@ -28,30 +28,31 @@ android {
28
28
}
29
29
30
30
compileOptions {
31
+ coreLibraryDesugaringEnabled true
31
32
sourceCompatibility JavaVersion . VERSION_1_8
32
33
targetCompatibility JavaVersion . VERSION_1_8
33
34
}
34
35
}
35
36
36
37
dependencies {
38
+ coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:[1.0.9,2.0.0['
37
39
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
38
40
implementation " androidx.appcompat:appcompat:$rootProject . appcompatVersion "
39
- implementation " com.appliedrec.verid:rx:$rootProject . rxveridVersion "
40
- implementation " com.appliedrec.verid:ui:$rootProject . veridVersion "
41
+ implementation " com.appliedrec.verid:ui2:$rootProject . veridVersion "
41
42
implementation " com.appliedrec.verid:identity:$rootProject . veridIdentityVersion "
42
43
implementation " com.appliedrec.verid:ui-elements:$rootProject . uiElementsVersion "
43
- implementation ' com.google.firebase:firebase-analytics:17.4.4 '
44
- implementation ' com.google.firebase:firebase-crashlytics:17.1.1 '
44
+ implementation ' com.google.firebase:firebase-analytics:18.0.0 '
45
+ implementation ' com.google.firebase:firebase-crashlytics:17.2.2 '
45
46
implementation(" com.microblink:blinkid:$rootProject . blinkidVersion @aar" ) {
46
47
transitive = true
47
48
}
48
49
implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
49
50
implementation ' androidx.security:security-crypto:1.1.0-alpha02'
50
- implementation ' com.android.support.constraint:constraint-layout:1.1.3'
51
51
52
- androidTestImplementation ' androidx.test.ext:junit:1.1.1'
53
- androidTestImplementation ' androidx.test.espresso:espresso-intents:3.2.0'
54
- androidTestImplementation ' androidx.test:runner:1.2.0'
55
- androidTestImplementation ' androidx.test:rules:1.2.0'
56
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
52
+ androidTestImplementation ' androidx.test.ext:junit:1.1.2'
53
+ androidTestImplementation ' androidx.test.espresso:espresso-intents:3.3.0'
54
+ androidTestImplementation ' androidx.test:runner:1.3.0'
55
+ androidTestImplementation ' androidx.test:rules:1.3.0'
56
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0'
57
+ androidTestUtil ' androidx.test:orchestrator:1.3.0'
57
58
}
0 commit comments