Files
PapF/build.gradle
MeuNome 0fe31e3f65 mudar
2026-04-27 14:58:47 +01:00

16 lines
382 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:9.1.1'
classpath 'com.google.gms:google-services:4.4.0'
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}