Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. buildscript {
  2.  
  3. repositories {
  4. // Check that you have the following line (if not, add it):
  5. google() // Google's Maven repository
  6. }
  7.  
  8. dependencies {
  9. // ...
  10.  
  11. // Add the following line:
  12. classpath 'com.google.gms:google-services:4.3.2' // Google Services plugin
  13. }
  14. }
  15.  
  16. allprojects {
  17. // ...
  18.  
  19. repositories {
  20. // Check that you have the following line (if not, add it):
  21. google() // Google's Maven repository
  22. // ...
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement