diff --git a/build.dependencies.gradle b/build.dependencies.gradle index 3820118..8ca1959 100644 --- a/build.dependencies.gradle +++ b/build.dependencies.gradle @@ -27,6 +27,9 @@ dependencies { implementation "com.acmerobotics.roadrunner:actions:1.0.1" //RR implementation "com.acmerobotics.dashboard:dashboard:0.4.17" //FTC Dash + implementation 'org.ftclib.ftclib:core:2.1.1' // FTC LIB + +