Skip to content

Commit

Permalink
v1.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Windwoes committed Sep 14, 2022
1 parent c042a38 commit cabbe6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
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.5.1'
PUBLISH_VERSION = '1.5.2'
}

android {
Expand Down
9 changes: 7 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EasyOpenCV

NOTE: SDK v6.1+ is required to use this
NOTE: SDK v8.0+ is required to use this

NOTE: an OpenRC-based SDK is NOT required to use this

Expand Down Expand Up @@ -54,7 +54,7 @@ Unfortunately, due to a [known bug with OpenCV 4.x](https://github.com/opencv/op
3. At the bottom, add this:

dependencies {
implementation 'org.openftc:easyopencv:1.5.1'
implementation 'org.openftc:easyopencv:1.5.2'
}

4. Open the `build.common.gradle` file, scroll down until you find this part:
Expand All @@ -80,6 +80,11 @@ Unfortunately, due to a [known bug with OpenCV 4.x](https://github.com/opencv/op

## Changelog:

### v1.5.2

- Fixes compatibility with SDK v8.0. You MUST use v1.5.2 (or later) for SDK 8.0. Previous versions Will **not** work!! Backwards compatibility is NOT maintained for this release unfortunately!
- Fixes possible leak of framebuffer when viewport render thread was restarted

### v1.5.1

- Fixes crash with SDK v7.0 when memory leak warning was generated
Expand Down

0 comments on commit cabbe6a

Please sign in to comment.