Files
FTCRoadRunnerRobotics/build.gradle

33 lines
672 B
Groovy

/**
* Top-level build file for ftc_app project.
*
* It is extraordinarily rare that you will ever need to edit this file.
*/
buildscript {
ext {
agp_version = '8.1.4'
}
repositories {
mavenCentral()
google()
}
dependencies {
// Note for FTC Teams: Do not modify this yourself.
classpath "com.android.tools.build:gradle:$agp_version"
}
}
// 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()
}