Skip to content

Commit b6f069f

Browse files
author
Gaurav Sharma
authored
Merge pull request #18 from dishantwalia/patch-1
Update firebase dependencies
2 parents 6a607e4 + 972b845 commit b6f069f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apply plugin: 'com.android.library'
1616
def DEFAULT_COMPILE_SDK_VERSION = 27
1717
def DEFAULT_BUILD_TOOLS_VERSION = "27.0.3"
1818
def DEFAULT_TARGET_SDK_VERSION = 27
19-
def DEFAULT_FIREBASE_VERSION = "16.0.1"
19+
def DEFAULT_FIREBASE_VERSION = "17.0.0"
2020
def DEFAULT_SUPPORT_LIB_VERSION = "27.0.0"
2121

2222

@@ -51,6 +51,6 @@ dependencies {
5151
def supportLibVersion = rootProject.hasProperty('supportLibVersion') ? rootProject.supportLibVersion : DEFAULT_SUPPORT_LIB_VERSION
5252
implementation "com.android.support:appcompat-v7:$supportLibVersion"
5353
implementation "com.facebook.react:react-native:+"
54-
implementation "com.google.firebase:firebase-core:$firebaseVersion"
5554
implementation "com.google.firebase:firebase-auth:$firebaseVersion"
56-
}
55+
implementation "com.google.firebase:firebase-analytics:$firebaseVersion"
56+
}

0 commit comments

Comments
 (0)