Update native-utils to 2020.7.2 (#2161)

Fixes a bug where source directories were being added to the header search path
This commit is contained in:
Thad House
2019-12-07 17:18:50 -08:00
committed by Peter Johnson
parent 24c031d692
commit a76d006a07

View File

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