Update Native Utils to fix static allocations (#1196)

Should fix lag after 15 or so builds that was being seen with daemon.
This commit is contained in:
Thad House
2018-07-18 22:14:24 -07:00
committed by Peter Johnson
parent 80134164a4
commit 0b5df467e1

View File

@@ -2,7 +2,7 @@ plugins {
id 'net.ltgt.errorprone' version '0.0.13'
id 'base'
id 'edu.wpi.first.wpilib.versioning.WPILibVersioningPlugin' version '2.1'
id 'edu.wpi.first.NativeUtils' version '1.6.7'
id 'edu.wpi.first.NativeUtils' version '1.7.1'
id 'edu.wpi.first.GradleJni' version '0.2.2'
id 'edu.wpi.first.GradleVsCode' version '0.3.0'
id 'idea'