build.gradle 373 B

1234567891011121314
  1. buildscript {
  2. buildscript {
  3. apply from: 'dependencies.gradle'
  4. }
  5. }
  6. // Top-level build file where you can add configuration options common to all sub-projects/modules.
  7. plugins {
  8. id 'com.android.application' version '7.2.1' apply false
  9. id 'com.android.library' version '7.2.1' apply false
  10. }
  11. task clean(type: Delete) {
  12. delete rootProject.buildDir
  13. }