This commit is contained in:
MeuNome
2026-04-27 14:58:47 +01:00
parent d0216e424b
commit 0fe31e3f65
20 changed files with 1503 additions and 1468 deletions

View File

@@ -10,13 +10,6 @@ buildscript {
}
}
allprojects {
repositories {
google()
mavenCentral()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}