diff --git a/TeamCode/build.gradle b/TeamCode/build.gradle index 0b68d4328e..9a01ce5706 100644 --- a/TeamCode/build.gradle +++ b/TeamCode/build.gradle @@ -32,7 +32,7 @@ repositories { dependencies { implementation project(':FtcRobotController') - implementation "com.acmerobotics.roadrunner:ftc:0.1.13" + implementation "com.acmerobotics.roadrunner:ftc:0.1.14" implementation "com.acmerobotics.roadrunner:core:1.0.0" implementation "com.acmerobotics.roadrunner:actions:1.0.0" implementation "com.acmerobotics.dashboard:dashboard:0.4.16"