[build] Update NativeUtils to 2021.0.4 (#2828)

This pulls in the 2021 versions of thirdparty libs.
This commit is contained in:
Peter Johnson
2020-11-02 16:33:30 -08:00
committed by GitHub
parent 10d118a8d0
commit 68fed2a1a6

View File

@@ -5,5 +5,5 @@ repositories {
}
}
dependencies {
implementation "edu.wpi.first:native-utils:2021.0.2"
implementation "edu.wpi.first:native-utils:2021.0.4"
}