File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dependencies {
52
52
implementation ' com.google.firebase:firebase-common:20.3.1'
53
53
testImplementation project(path : ' :firebase-appdistribution' )
54
54
testImplementation project(' :integ-testing' )
55
- runtimeOnly project( ' :firebase-installations' )
55
+ runtimeOnly ' com.google.firebase :firebase-installations:17.1.2 '
56
56
57
57
implementation libs. javax. inject
58
58
vendor (libs. dagger. dagger) {
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ dependencies {
76
76
77
77
// In this test project we also need to explicitly declare these dependencies
78
78
implementation project(' :firebase-appdistribution-api' )
79
- implementation project( ' :firebase-common: ktx' )
79
+ implementation ' com.google.firebase :firebase-common- ktx:20.3.1 '
80
80
implementation " com.google.android.gms:play-services-tasks:18.0.2"
81
81
82
82
// Beta flavor uses the full implementation
You can’t perform that action at this time.
0 commit comments