Skip to content

Commit f6e1aeb

Browse files
committed
add play-services-basement to ktx
1 parent bcb69e5 commit f6e1aeb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

firebase-firestore/firebase-firestore.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ dependencies {
144144
implementation "io.grpc:grpc-protobuf-lite:$grpcVersion"
145145
implementation "io.grpc:grpc-okhttp:$grpcVersion"
146146
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'
148148
implementation 'com.google.android.gms:play-services-tasks:18.0.1'
149149
implementation 'com.google.android.gms:play-services-base:18.0.1'
150150

firebase-firestore/ktx/ktx.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ dependencies {
5656
implementation project(':firebase-firestore')
5757
implementation 'androidx.annotation:annotation:1.1.0'
5858
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2'
59+
implementation 'com.google.android.gms:play-services-basement:18.0.0'
5960
testImplementation project(':firebase-database-collection')
6061
testImplementation 'org.mockito:mockito-core:2.25.0'
6162
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.9.8'

0 commit comments

Comments
 (0)