Skip to content

Instantly share code, notes, and snippets.

@Andrious
Last active July 30, 2019 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Andrious/1b8c343bc208379e7025568556c558b2 to your computer and use it in GitHub Desktop.
Save Andrious/1b8c343bc208379e7025568556c558b2 to your computer and use it in GitHub Desktop.
System build.gradle for Firebase
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.2'
classpath 'com.google.gms:google-services:4.3.0'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment