Console crashed on start-up due to gauges layout code being fragile #4742

helping gradle
This commit is contained in:
rusefi 2022-11-06 17:33:04 -05:00
parent 1475ecf273
commit 4f5f381e93
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ dependencies {
implementation 'com.miglayout:miglayout-swing:4.1'
implementation files('../lib/dfu/dfu_java.jar')
implementation files('../lib/SteelSeries-3.9.30.jar')
implementation files('../lib/trident-6.2.jar')
implementation files('../lib/dfu/IntelHexParser.jar')
testImplementation global_libs.mockito