FtcRobotController v7.2

This commit is contained in:
Cal Kestis
2022-07-23 13:50:42 +09:00
committed by Cyberarm
parent a22dcdbf4b
commit 4324df96c8
44 changed files with 619 additions and 1477 deletions

View File

@@ -15,6 +15,10 @@
apply from: '../build.common.gradle'
apply from: '../build.dependencies.gradle'
android {
namespace = 'org.firstinspires.ftc.teamcode'
}
dependencies {
implementation project(':FtcRobotController')
annotationProcessor files('lib/OpModeAnnotationProcessor.jar')