Skip to content

Instantly share code, notes, and snippets.

@helenaford
Created August 22, 2019 21:37
Show Gist options
  • Save helenaford/764d066a74fa493eede4827563540dfa to your computer and use it in GitHub Desktop.
Save helenaford/764d066a74fa493eede4827563540dfa to your computer and use it in GitHub Desktop.
React Native + Firebase: build.gradle
// 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