Files
biobuzz-ftc/build.gradle
2026-07-24 09:42:03 -07:00

32 lines
666 B
Groovy

/**
* Top-level build file for ftc_app project.
*
* It is extraordinarily rare that you will ever need to edit this file.
*/
buildscript {
repositories {
mavenCentral()
google()
}
}
plugins {
// Note for FTC Teams: Do not modify this yourself.
id 'com.android.application' version '8.13.2' apply false
id 'com.android.library' version '8.13.2' apply false
}
// This is now required because aapt2 has to be downloaded from the
// google() repository beginning with version 3.2 of the Android Gradle Plugin
allprojects {
repositories {
mavenCentral()
google()
}
}
repositories {
mavenCentral()
}