Skip to content

Commit dcc7ef8

Browse files
authored
Update build.gradle
1 parent bd9df99 commit dcc7ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repositories {
4747

4848
dependencies {
4949
//noinspection GradleCompatible
50-
def firebaseBOMVersion = rootProject.hasProperty('firebaseBOMVersion') ? rootProject.firebaseVersion : DEFAULT_FIREBASE_BOM_VERSION
50+
def firebaseBOMVersion = rootProject.hasProperty('firebaseBOMVersion') ? rootProject.firebaseBOMVersion : DEFAULT_FIREBASE_BOM_VERSION
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:+"

0 commit comments

Comments
 (0)