Skip to content

Commit

Permalink
Update to -2
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Dec 6, 2024
1 parent 0ac1bfb commit 633a3bf
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.10.0-1"
opencvVersion = "4.10.0-2"
}
}
}
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.10.0-1'
def opencvVersion = '4.10.0-2'

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

0 comments on commit 633a3bf

Please sign in to comment.