Skip to content

Commit fd2785b

Browse files
Updating WPILib, AdvantageKit
1 parent ef4ec25 commit fd2785b

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id "java"
3-
id "edu.wpi.first.GradleRIO" version "2025.2.1"
3+
id "edu.wpi.first.GradleRIO" version "2025.3.2"
44
id "com.peterabeles.gversion" version "1.10"
55
}
66

vendordeps/AdvantageKit.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "AdvantageKit.json",
33
"name": "AdvantageKit",
4-
"version": "4.0.0",
4+
"version": "4.1.2",
55
"uuid": "d820cc26-74e3-11ec-90d6-0242ac120003",
66
"frcYear": "2025",
77
"mavenUrls": [
@@ -12,21 +12,22 @@
1212
{
1313
"groupId": "org.littletonrobotics.akit",
1414
"artifactId": "akit-java",
15-
"version": "4.0.0"
15+
"version": "4.1.2"
1616
}
1717
],
1818
"jniDependencies": [
1919
{
2020
"groupId": "org.littletonrobotics.akit",
2121
"artifactId": "akit-wpilibio",
22-
"version": "4.0.0",
22+
"version": "4.1.2",
2323
"skipInvalidPlatforms": false,
2424
"isJar": false,
2525
"validPlatforms": [
2626
"linuxathena",
27-
"windowsx86-64",
2827
"linuxx86-64",
29-
"osxuniversal"
28+
"linuxarm64",
29+
"osxuniversal",
30+
"windowsx86-64"
3031
]
3132
}
3233
],

0 commit comments

Comments
 (0)