File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
+ apply plugin : ' com.google.gms.google-services'
3
+ apply plugin : ' com.google.firebase.crashlytics'
2
4
3
5
android {
4
6
compileSdkVersion 29
@@ -32,6 +34,8 @@ dependencies {
32
34
implementation " com.appliedrec.verid:rx:$rootProject . rxveridVersion "
33
35
implementation " com.appliedrec.verid:ui:$rootProject . veridVersion "
34
36
implementation " com.appliedrec.verid:ui-elements:$rootProject . veriduielementsVersion "
37
+ implementation ' com.google.firebase:firebase-analytics:17.2.2'
38
+ implementation ' com.google.firebase:firebase-crashlytics:17.0.0-beta01'
35
39
implementation(" com.microblink:blinkid:$rootProject . blinkidVersion @aar" ) {
36
40
transitive = true
37
41
}
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ buildscript {
8
8
}
9
9
dependencies {
10
10
classpath ' com.android.tools.build:gradle:3.5.3'
11
-
11
+ classpath ' com.google.gms:google-services:4.3.3'
12
+ classpath ' com.google.firebase:firebase-crashlytics-gradle:2.0.0-beta02'
12
13
// NOTE: Do not place your application dependencies here; they belong
13
14
// in the individual module build.gradle files
14
15
}
You can’t perform that action at this time.
0 commit comments