From eb89033561e431d111fca0b6a33bcb63e14b1307 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 15:23:01 -0400 Subject: [PATCH] Bump org.ftclib.ftclib:core from 2.1.0 to 2.1.1 (#29) Bumps [org.ftclib.ftclib:core](https://github.com/FTCLib/FTCLib) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/FTCLib/FTCLib/releases) - [Changelog](https://github.com/FTCLib/FTCLib/blob/master/release-aar.gradle) - [Commits](https://github.com/FTCLib/FTCLib/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: org.ftclib.ftclib:core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Nystrom --- TeamCode/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TeamCode/build.gradle b/TeamCode/build.gradle index 05619b2..9a95d22 100644 --- a/TeamCode/build.gradle +++ b/TeamCode/build.gradle @@ -22,7 +22,7 @@ android { dependencies { implementation project(':FtcRobotController') annotationProcessor files('lib/OpModeAnnotationProcessor.jar') - implementation 'org.ftclib.ftclib:core:2.1.0' + implementation 'org.ftclib.ftclib:core:2.1.1' implementation 'org.openftc:easyopencv:1.6.2' implementation 'org.openftc:apriltag:1.1.1' implementation 'org.apache.commons:commons-math3:3.6.1'