buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:8.1.0")
allprojects {
mavenLocal()
task clean(type: Delete) {
delete rootProject.buildDir
tasks.withType(JavaCompile) {
options.deprecation = true