diff --git a/TeamCode/build.gradle b/TeamCode/build.gradle index 41cab7a..8009e52 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.1" + implementation "com.acmerobotics.roadrunner:ftc:0.1.2" }