We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4acf93 commit 7e57610Copy full SHA for 7e57610
build.gradle
@@ -19,10 +19,10 @@ dependencies {
19
compile "edu.wpi.first.ntcore:ntcore-java:2019.1.1"
20
compile "edu.wpi.first.cscore:cscore-java:2019.1.1"
21
compile "edu.wpi.first.thirdparty.frc2019.opencv:opencv-java:3.4.4-4"
22
-
+
23
// Vendor libs
24
- compile "com.ctre.phoenix:api-java:5.12.0"
25
- compile "com.ctre.phoenix:wpiapi-java:5.12.0"
+ compile "com.ctre.phoenix:api-java:5.12.1"
+ compile "com.ctre.phoenix:wpiapi-java:5.12.1"
26
27
// Kotlin
28
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlin_version}"
0 commit comments