[build] Update OpenCV to 2025-4.8.0-2 (#7476)

This commit is contained in:
Gold856
2024-12-03 23:30:03 -05:00
committed by GitHub
parent de82ed434d
commit 54f0e11fc0
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ nativeUtils {
configureDependencies {
opencvYear = "frc2025"
niLibVersion = "2025.0.0"
opencvVersion = "4.8.0-1"
opencvVersion = "4.8.0-2"
}
}
}

View File

@@ -1,4 +1,4 @@
def opencvVersion = '4.8.0-1'
def opencvVersion = '4.8.0-2'
if (project.hasProperty('useCpp') && project.useCpp) {
model {