Created
August 22, 2019 21:37
-
-
Save helenaford/764d066a74fa493eede4827563540dfa to your computer and use it in GitHub Desktop.
React Native + Firebase: build.gradle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Top-level build file where you can add configuration options common to all sub-projects/modules. | |
buildscript { | |
dependencies { | |
classpath("com.android.tools.build:gradle:3.4.1") | |
// ADD THIS LINE | |
classpath 'com.google.gms:google-services:4.2.0' | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment