@@ -15,16 +15,17 @@ android {
15
15
buildConfigField " String" , " BLINK_SUPPORTED_DOCUMENTS_URL" , " \" https://github.com/BlinkID/blinkid-android/blob/master/documentation/BlinkIDRecognizer.md\" "
16
16
buildConfigField " String" , " INTELLICHECK_URL" , " \" https://dev.ver-id.com/id-check/parse-verify\" "
17
17
manifestPlaceholders = [" veridPassword" : " 8f821baf-4ae4-41cd-a175-91d7ef6a6db8" ]
18
- viewBinding {
19
- enabled = true
20
- }
18
+ testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
21
19
}
22
20
buildTypes {
23
21
release {
24
22
minifyEnabled false
25
23
proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
26
24
}
27
25
}
26
+ buildFeatures {
27
+ viewBinding = true
28
+ }
28
29
29
30
compileOptions {
30
31
sourceCompatibility JavaVersion . VERSION_1_8
@@ -39,13 +40,18 @@ dependencies {
39
40
implementation " com.appliedrec.verid:ui:$rootProject . veridVersion "
40
41
implementation " com.appliedrec.verid:identity:$rootProject . veridIdentityVersion "
41
42
implementation " com.appliedrec.verid:ui-elements:$rootProject . uiElementsVersion "
42
- implementation ' com.google.firebase:firebase-analytics:17.2.3 '
43
- implementation ' com.google.firebase:firebase-crashlytics:17.0.0-beta01 '
43
+ implementation ' com.google.firebase:firebase-analytics:17.4.4 '
44
+ implementation ' com.google.firebase:firebase-crashlytics:17.1.1 '
44
45
implementation(" com.microblink:blinkid:$rootProject . blinkidVersion @aar" ) {
45
46
transitive = true
46
47
}
47
- implementation ' androidx.appcompat:appcompat:1.1.0'
48
48
implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
49
- implementation ' androidx.security:security-crypto:1.0 .0-alpha02'
49
+ implementation ' androidx.security:security-crypto:1.1 .0-alpha02'
50
50
implementation ' com.android.support.constraint:constraint-layout:1.1.3'
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'
51
57
}
0 commit comments