Skip to content

Commit 7c951bd

Browse files
committed
update firebase-core and google-services dependencies as per mdanics#48
1 parent 98b7aed commit 7c951bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
testImplementation 'junit:junit:4.12'
5050
androidTestImplementation 'androidx.test:runner:1.1.0-alpha4'
5151
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha4'
52-
compile 'com.google.firebase:firebase-core:11.8.0'
52+
implementation 'com.google.firebase:firebase-core:16.0.1'
5353

5454
}
5555
apply plugin: 'com.google.gms.google-services'

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66

77
dependencies {
88
classpath 'com.android.tools.build:gradle:3.3.2'
9-
classpath 'com.google.gms:google-services:3.2.0'
9+
classpath 'com.google.gms:google-services:4.0.1'
1010

1111
}
1212
}

0 commit comments

Comments
 (0)