Bump Native Utils and OpenCV dependencies (#1993)

OpenCV doesn't change anything other then the hash file. NativeUtils is needed to get the newest compiler.
This commit is contained in:
Thad House
2019-10-26 16:21:29 -07:00
committed by Peter Johnson
parent dbc33b61e1
commit 989df1b461
3 changed files with 3 additions and 3 deletions

View File

@@ -5,5 +5,5 @@ repositories {
}
}
dependencies {
compile "edu.wpi.first:native-utils:2020.1.2"
compile "edu.wpi.first:native-utils:2020.1.4"
}

View File

@@ -9,7 +9,7 @@ nativeUtils {
configureDependencies {
wpiVersion = "-1"
niLibVersion = "2020.5.1"
opencvVersion = "3.4.7-1"
opencvVersion = "3.4.7-2"
googleTestVersion = "1.9.0-3-437e100"
imguiVersion = "1.72b-2"
}

View File

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