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 98b7aed commit 7c951bdCopy full SHA for 7c951bd
android/app/build.gradle
@@ -49,7 +49,7 @@ dependencies {
49
testImplementation 'junit:junit:4.12'
50
androidTestImplementation 'androidx.test:runner:1.1.0-alpha4'
51
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha4'
52
- compile 'com.google.firebase:firebase-core:11.8.0'
+ implementation 'com.google.firebase:firebase-core:16.0.1'
53
54
}
55
apply plugin: 'com.google.gms.google-services'
android/build.gradle
@@ -6,7 +6,7 @@ buildscript {
6
7
dependencies {
8
classpath 'com.android.tools.build:gradle:3.3.2'
9
- classpath 'com.google.gms:google-services:3.2.0'
+ classpath 'com.google.gms:google-services:4.0.1'
10
11
12
0 commit comments