Files
cuidamais/build.gradle
2026-02-03 08:39:40 +00:00

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.0' apply false
id 'com.android.library' version '9.0.0' apply false
id 'com.google.gms.google-services' version '4.4.4' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}