Skip to content

Commit

Permalink
v1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Windwoes committed Dec 22, 2022
1 parent 11c8c29 commit 9ac7707
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apriltag/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'org.openftc'
PUBLISH_ARTIFACT_ID = 'apriltag'
PUBLISH_VERSION = '1.1.0'
PUBLISH_VERSION = '1.1.1'

PUBLISH_DESC = 'EOCV-AprilTag-Plugin'
PUBLISH_URL = 'https://github.com/OpenFTC/EOCV-AprilTag-Plugin'
Expand Down
9 changes: 8 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A plug and play module for detecting AprilTags on an FTC robot, designed to be u
3. At the bottom, add this:

dependencies {
implementation 'org.openftc:apriltag:1.1.0'
implementation 'org.openftc:apriltag:1.1.1'
}

4. Now perform a Gradle Sync:
Expand All @@ -32,6 +32,13 @@ Alternatively, you can find PNGs [here](https://github.com/AprilRobotics/aprilta

## Changelog:

### v1.1.1

- Fixes OpenCV-Repackaged dependency to be `compileOnly`
- Removes need to link against OpenCV native library
- Fixes buffer overrun when creating JNI detector context
- Prints library version in static initializer

### v1.1.0

- Updates to latest version of AprilTag as of 30 March 2022
Expand Down

0 comments on commit 9ac7707

Please sign in to comment.