diff --git a/TeamCode/build.gradle b/TeamCode/build.gradle index 5ddfccf804cb..41cab7aa9aac 100644 --- a/TeamCode/build.gradle +++ b/TeamCode/build.gradle @@ -33,5 +33,5 @@ dependencies { implementation project(':FtcRobotController') annotationProcessor files('lib/OpModeAnnotationProcessor.jar') - implementation "com.acmerobotics.roadrunner:ftc:0.1.0" + implementation "com.acmerobotics.roadrunner:ftc:0.1.1" }