From b8ed5e371e66a66ea294b647ac4e6b3190726386 Mon Sep 17 00:00:00 2001 From: j5155 <54331556+j5155@users.noreply.github.com> Date: Wed, 18 Sep 2024 21:46:22 -0800 Subject: [PATCH] update to upstream road-runner-ftc --- TeamCode/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TeamCode/build.gradle b/TeamCode/build.gradle index ebd012eec76f..2ff491a8c852 100644 --- a/TeamCode/build.gradle +++ b/TeamCode/build.gradle @@ -38,5 +38,5 @@ dependencies { implementation "com.acmerobotics.roadrunner:core:1.0.0" implementation "com.acmerobotics.roadrunner:actions:1.0.0" implementation "com.acmerobotics.dashboard:dashboard:0.4.16" - implementation "com.github.jdhs-ftc:road-runner-ftc-otos:a02ba3fe51" + implementation "com.github.jdhs-ftc:road-runner-ftc-otos:a425f97d46" }