Main Commit

This commit is contained in:
2026-03-03 13:26:58 -06:00
parent 6f94ceed9d
commit 4d934dee5d
148 changed files with 24424 additions and 0 deletions

29
build.gradle Normal file
View File

@@ -0,0 +1,29 @@
/**
* 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()
}
dependencies {
// Note for FTC Teams: Do not modify this yourself.
classpath 'com.android.tools.build:gradle:8.7.0'
}
}
// 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()
}