Skip to content

Commit

Permalink
v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Windwoes committed Jan 19, 2024
1 parent c186f00 commit 63a874c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion easyopencv/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 = 'easyopencv'
PUBLISH_VERSION = '1.7.1'
PUBLISH_VERSION = '1.7.2'
}

android {
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ As of FTC SDK v8.2, EasyOpenCV is now packaged with the SDK as part of the Visio

## Changelog:

### v1.7.2

- Fix race conditions when handling exception during viewport insertion

### v1.7.1

- **IMPORTANT NOTE:** SDK v9.0 or higher is now required!
Expand Down

0 comments on commit 63a874c

Please sign in to comment.