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 3a78131 commit 204de1aCopy full SHA for 204de1a
1 file changed
src/nextftc/index.md
@@ -18,15 +18,15 @@ Add the following lines:
18
== .gradle
19
20
```groovy
21
-implementation 'dev.nextftc:ftc:1.0.1'
22
-implementation 'dev.nextftc:hardware:1.0.1' // If you would like to use the hardware module
+implementation 'dev.nextftc:ftc:1.1.0'
+implementation 'dev.nextftc:hardware:1.1.0' // If you would like to use the hardware module
23
```
24
25
== .gradle.kts
26
27
```kotlin
28
-implementation("dev.nextftc:ftc:1.0.1")
29
-implementation("dev.nextftc:hardware:1.0.1") // If you would like to use the hardware module
+implementation("dev.nextftc:ftc:1.1.0")
+implementation("dev.nextftc:hardware:1.1.0") // If you would like to use the hardware module
30
31
32
:::
0 commit comments