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 087083f commit 1beb195Copy full SHA for 1beb195
build.gradle
@@ -50,7 +50,7 @@ ext {
50
playServicesVersion = '16.0.1'
51
supportAnnotationsVersion = '28.0.0'
52
googleTruthVersion = '1.1.2'
53
- grpcVersion = '1.44.1'
+ grpcVersion = '1.48.1'
54
robolectricVersion = '4.3.1'
55
protocVersion = '3.17.3'
56
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