Skip to content

Commit

Permalink
Bump org.ftclib.ftclib:core from 2.1.0 to 2.1.1 (#29)
Browse files Browse the repository at this point in the history
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](FTCLib/FTCLib@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sam Nystrom <[email protected]>
  • Loading branch information
dependabot[bot] and Stonks3141 authored May 1, 2023
1 parent 58b83f2 commit eb89033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TeamCode/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit eb89033

Please sign in to comment.