FtcRobotController v11.2

This commit is contained in:
Cal Kestis
2026-07-24 09:42:03 -07:00
parent 4ed7c4666a
commit 465295f892
9 changed files with 34 additions and 18 deletions

View File

@@ -9,10 +9,12 @@ buildscript {
mavenCentral()
google()
}
dependencies {
// Note for FTC Teams: Do not modify this yourself.
classpath 'com.android.tools.build:gradle:8.7.0'
}
}
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