Skip to content

Commit 63a874c

Browse files
committed
v1.7.2
1 parent c186f00 commit 63a874c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

easyopencv/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
33
ext {
44
PUBLISH_GROUP_ID = 'org.openftc'
55
PUBLISH_ARTIFACT_ID = 'easyopencv'
6-
PUBLISH_VERSION = '1.7.1'
6+
PUBLISH_VERSION = '1.7.2'
77
}
88

99
android {

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ As of FTC SDK v8.2, EasyOpenCV is now packaged with the SDK as part of the Visio
4444

4545
## Changelog:
4646

47+
### v1.7.2
48+
49+
- Fix race conditions when handling exception during viewport insertion
50+
4751
### v1.7.1
4852

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

0 commit comments

Comments
 (0)