From 63a874c9ff0aaf4646a1ff22575ff0d9599caaa6 Mon Sep 17 00:00:00 2001 From: Windwoes <26417650+Windwoes@users.noreply.github.com> Date: Thu, 18 Jan 2024 21:38:46 -0500 Subject: [PATCH] v1.7.2 --- easyopencv/build.gradle | 2 +- readme.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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!