Guest User

Untitled

a guest
Jul 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. (<project>/build.gradle):
  2. buildscript {
  3. dependencies {
  4. // Add this line
  5. classpath 'com.google.gms:google-services:4.0.0'
  6. }
  7. }
  8. (<project>/<app-module>/build.gradle):
  9. dependencies {
  10. // Add this line
  11. compile 'com.google.firebase:firebase-core:16.0.0'
  12. }
  13. ...
  14. // Add to the bottom of the file
  15. apply plugin: 'com.google.gms.google-services'
Add Comment
Please, Sign In to add comment