Bump RR FTC

This commit is contained in:
Ryan Brott
2023-12-24 14:40:51 -08:00
parent a01ac85ef7
commit 7381cb6b23
2 changed files with 3 additions and 1 deletions

View File

@ -33,6 +33,6 @@ dependencies {
implementation project(':FtcRobotController')
annotationProcessor files('lib/OpModeAnnotationProcessor.jar')
implementation "com.acmerobotics.roadrunner:ftc:0.1.10"
implementation "com.acmerobotics.roadrunner:ftc:0.1.11"
implementation "com.acmerobotics.dashboard:dashboard:0.4.14"
}