Skip to content

Commit

Permalink
[build] Upgrade OpenCV to 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Dec 6, 2024
1 parent 4ce8930 commit 0ac1bfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shared/config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ nativeUtils {
configureDependencies {
opencvYear = "frc2025"
niLibVersion = "2025.0.0"
opencvVersion = "4.8.0-2"
opencvVersion = "4.10.0-1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion shared/opencv.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def opencvVersion = '4.8.0-2'
def opencvVersion = '4.10.0-1'

if (project.hasProperty('useCpp') && project.useCpp) {
model {
Expand Down

0 comments on commit 0ac1bfb

Please sign in to comment.