@@ -4,7 +4,7 @@ apply plugin: 'com.google.firebase.crashlytics'
4
4
5
5
android {
6
6
compileSdkVersion 30
7
- buildToolsVersion " 30.0.2 "
7
+ buildToolsVersion " 30.0.3 "
8
8
defaultConfig {
9
9
applicationId " com.appliedrec.credentials.app"
10
10
minSdkVersion rootProject. minSdkVersion
@@ -40,16 +40,15 @@ dependencies {
40
40
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
41
41
implementation " androidx.appcompat:appcompat:$rootProject . appcompatVersion "
42
42
implementation " com.appliedrec.verid:ui2:$rootProject . veridVersion "
43
- implementation " com.appliedrec.verid:identity:$rootProject . veridIdentityVersion "
44
- implementation " com.appliedrec.verid:ui-elements:$rootProject . uiElementsVersion "
45
- implementation ' com.google.firebase:firebase-analytics:18.0.2'
46
- implementation ' com.google.firebase:firebase-crashlytics:17.3.1'
43
+ implementation ' com.google.firebase:firebase-analytics:18.0.3'
44
+ implementation ' com.google.firebase:firebase-crashlytics:17.4.1'
47
45
implementation(" com.microblink:blinkid:$rootProject . blinkidVersion @aar" ) {
48
46
transitive = true
49
47
}
50
48
implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
51
49
implementation ' androidx.security:security-crypto:1.1.0-alpha03'
52
50
implementation ' com.android.support:multidex:1.0.3'
51
+ implementation ' org.apache.commons:commons-math3:3.6.1'
53
52
54
53
androidTestImplementation ' androidx.test.ext:junit:1.1.2'
55
54
androidTestImplementation ' androidx.test.espresso:espresso-intents:3.3.0'
0 commit comments