From af672c78077e5c37b105a42a422f6907c9a56bea Mon Sep 17 00:00:00 2001 From: Ryan Brott Date: Sun, 21 Jul 2024 21:55:34 -0700 Subject: [PATCH] Bump RR --- TeamCode/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TeamCode/build.gradle b/TeamCode/build.gradle index c88e24e9e0b1..b42f0fea69fa 100644 --- a/TeamCode/build.gradle +++ b/TeamCode/build.gradle @@ -34,7 +34,7 @@ dependencies { annotationProcessor files('lib/OpModeAnnotationProcessor.jar') implementation "com.acmerobotics.roadrunner:ftc:0.1.13" - implementation "com.acmerobotics.roadrunner:core:1.0.0-beta8" - implementation "com.acmerobotics.roadrunner:actions:1.0.0-beta8" + implementation "com.acmerobotics.roadrunner:core:1.0.0" + implementation "com.acmerobotics.roadrunner:actions:1.0.0" implementation "com.acmerobotics.dashboard:dashboard:0.4.14" }