Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. buildscript {
  2. ...
  3. dependencies {
  4. ...
  5. classpath 'com.google.gms:google-services:3.0.0'
  6. }
  7. }
  8.  
  9. apply plugin: 'com.android.application'
  10.  
  11. android {
  12. ...
  13. }
  14.  
  15. dependencies {
  16. ...
  17. compile 'com.google.firebase:firebase-core:10.0.1' //Для аналитики достаточно
  18. }
  19.  
  20. apply plugin: 'com.google.gms.google-services'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement