FtcRobotController v11.2
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user