diff --git a/easyopencv/build.gradle b/easyopencv/build.gradle index 515e5b3..a9fcb01 100644 --- a/easyopencv/build.gradle +++ b/easyopencv/build.gradle @@ -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 { diff --git a/readme.md b/readme.md index e277e7b..8cb660e 100644 --- a/readme.md +++ b/readme.md @@ -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!