File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ apply plugin: 'com.android.library'
1616def DEFAULT_COMPILE_SDK_VERSION = 27
1717def DEFAULT_BUILD_TOOLS_VERSION = " 27.0.3"
1818def DEFAULT_TARGET_SDK_VERSION = 27
19- def DEFAULT_FIREBASE_VERSION = " 16 .0.1 "
19+ def DEFAULT_FIREBASE_VERSION = " 17 .0.0 "
2020def 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+ }
You can’t perform that action at this time.
0 commit comments