first commit

This commit is contained in:
brotherhobo
2024-03-24 23:30:39 -04:00
commit 4bb3a5ad61
128 changed files with 17902 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.2.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()
}