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 bd9df99 commit dcc7ef8Copy full SHA for dcc7ef8
android/build.gradle
@@ -47,7 +47,7 @@ repositories {
47
48
dependencies {
49
//noinspection GradleCompatible
50
- def firebaseBOMVersion = rootProject.hasProperty('firebaseBOMVersion') ? rootProject.firebaseVersion : DEFAULT_FIREBASE_BOM_VERSION
+ def firebaseBOMVersion = rootProject.hasProperty('firebaseBOMVersion') ? rootProject.firebaseBOMVersion : DEFAULT_FIREBASE_BOM_VERSION
51
def supportLibVersion = rootProject.hasProperty('supportLibVersion') ? rootProject.supportLibVersion : DEFAULT_SUPPORT_LIB_VERSION
52
implementation "com.android.support:appcompat-v7:$supportLibVersion"
53
implementation "com.facebook.react:react-native:+"
0 commit comments