Files
cuidamais/build.gradle

11 lines
360 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '9.0.1' apply false
id 'com.android.library' version '9.0.1' apply false
id 'com.google.gms.google-services' version '4.4.4' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}