From c39806d95af8c69942505b9aab557891d3e51468 Mon Sep 17 00:00:00 2001 From: Allen Date: Mon, 21 Oct 2024 14:34:09 -0700 Subject: [PATCH] Update build.gradle --- TeamCode/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/TeamCode/build.gradle b/TeamCode/build.gradle index 878287a7c712..597e959a8175 100644 --- a/TeamCode/build.gradle +++ b/TeamCode/build.gradle @@ -25,4 +25,5 @@ android { dependencies { implementation project(':FtcRobotController') + implementation 'org.ftclib.ftclib:core:2.1.1' // core }