From fb3777aec50278efb2c5ba9bdbcb71b0efe31281 Mon Sep 17 00:00:00 2001 From: j5155 <54331556+j5155@users.noreply.github.com> Date: Sat, 30 Nov 2024 15:22:17 -0900 Subject: [PATCH] ftc-otos 0.1.2 --- TeamCode/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TeamCode/build.gradle b/TeamCode/build.gradle index 3ab3ca6c4272..113e635f2aac 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 "page.j5155.roadrunner:ftc-otos:0.1.1+0.1.14" + implementation "page.j5155.roadrunner:ftc-otos:0.1.2+0.1.14" }