build.gradle 563 B

1234567891011121314151617181920212223242526272829
  1. // Top-level build file where you can add configuration options common to all sub-projects/modules.
  2. allprojects {
  3. repositories {
  4. google()
  5. jcenter()
  6. }
  7. }
  8. buildscript {
  9. repositories {
  10. google()
  11. jcenter()
  12. }
  13. dependencies {
  14. classpath 'com.android.tools.build:gradle:3.2.1'
  15. // NOTE: Do not place your application dependencies here; they belong
  16. // in the individual module build.gradle files
  17. }
  18. }
  19. task clean(type: Delete) {
  20. delete rootProject.buildDir
  21. }
  22. repositories {
  23. google()
  24. }