File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,20 +18,20 @@ Add the following lines:
1818== .gradle
1919
2020``` groovy
21- implementation 'dev.nextftc:ftc:1.0.0 '
22- implementation 'dev.nextftc:hardware:1.0.0 ' // If you would like to use the hardware module
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
2323```
2424
2525== .gradle.kts
2626
2727``` kotlin
28- implementation(" dev.nextftc:ftc:1.0.0 " )
29- implementation(" dev.nextftc:hardware:1.0.0 " ) // If you would like to use the hardware module
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
3030```
3131
3232:::
3333
3434Then, press the ` Sync Now ` button that appeared as a banner at the top of your
3535Gradle file.
3636
37- * You're good to go!*
37+ * You're good to go!*
You can’t perform that action at this time.
0 commit comments