From e4cff7367d5372d3498285a4c4f95297396cca4e Mon Sep 17 00:00:00 2001 From: Ryan Brott Date: Sun, 17 Dec 2023 12:45:19 -0800 Subject: [PATCH] Bump RR FTC --- TeamCode/build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/TeamCode/build.gradle b/TeamCode/build.gradle index 0c12838..5f80f83 100644 --- a/TeamCode/build.gradle +++ b/TeamCode/build.gradle @@ -33,8 +33,6 @@ dependencies { implementation project(':FtcRobotController') annotationProcessor files('lib/OpModeAnnotationProcessor.jar') - implementation "com.acmerobotics.roadrunner:core:1.0.0-beta6" - implementation "com.acmerobotics.roadrunner:actions:1.0.0-beta6" - implementation "com.acmerobotics.roadrunner:ftc:0.1.9" + implementation "com.acmerobotics.roadrunner:ftc:0.1.10" implementation "com.acmerobotics.dashboard:dashboard:0.4.14" }