We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2a520 commit 3f2089fCopy full SHA for 3f2089f
build.gradle
@@ -47,7 +47,7 @@ ext {
47
playServicesVersion = '16.0.1'
48
supportAnnotationsVersion = '28.0.0'
49
googleTruthVersion = '1.1.2'
50
- grpcVersion = '1.44.1'
+ grpcVersion = '1.48.1'
51
robolectricVersion = '4.3.1'
52
protocVersion = '3.17.3'
53
javaliteVersion = '3.17.3'
firebase-firestore/firebase-firestore.gradle
@@ -148,7 +148,6 @@ dependencies {
148
implementation 'com.google.android.gms:play-services-tasks:18.0.1'
149
implementation 'com.google.android.gms:play-services-base:18.0.1'
150
151
- implementation 'com.squareup.okhttp:okhttp:2.7.5'
152
implementation('com.google.firebase:firebase-auth-interop:19.0.2') {
153
exclude group: "com.google.firebase", module: "firebase-common"
154
}
0 commit comments