File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ dependencies {
144
144
implementation " io.grpc:grpc-protobuf-lite:$grpcVersion "
145
145
implementation " io.grpc:grpc-okhttp:$grpcVersion "
146
146
implementation " io.grpc:grpc-android:$grpcVersion "
147
- api ' com.google.android.gms:play-services-basement:18.0.0'
147
+ implementation ' com.google.android.gms:play-services-basement:18.0.0'
148
148
implementation ' com.google.android.gms:play-services-tasks:18.0.1'
149
149
implementation ' com.google.android.gms:play-services-base:18.0.1'
150
150
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ dependencies {
56
56
implementation project(' :firebase-firestore' )
57
57
implementation ' androidx.annotation:annotation:1.1.0'
58
58
implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2'
59
+ implementation ' com.google.android.gms:play-services-basement:18.0.0'
59
60
testImplementation project(' :firebase-database-collection' )
60
61
testImplementation ' org.mockito:mockito-core:2.25.0'
61
62
testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.9.8'
You can’t perform that action at this time.
0 commit comments