Bump RR FTC

This commit is contained in:
Ryan Brott
2023-09-19 22:20:41 -07:00
parent 5f2fcaf51f
commit 973ca84a46

View File

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