Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. // Top-level build file where you can add configuration options common to
  2. all sub-projects/modules.
  3.  
  4. buildscript {
  5.  
  6. repositories {
  7. google()
  8. jcenter()
  9. mavenCentral()
  10. }
  11. dependencies {
  12. classpath 'com.android.tools.build:gradle:3.4.1'
  13.  
  14.  
  15. // NOTE: Do not place your application dependencies here; they belong
  16. // in the individual module build.gradle files
  17. classpath 'com.google.gms:google-services:4.2.0'
  18. }
  19. }
  20.  
  21. allprojects {
  22. repositories {
  23. google()
  24. jcenter()
  25. mavenCentral()
  26. }
  27. }
  28.  
  29. task clean(type: Delete) {
  30. delete rootProject.buildDir
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement