Skip to content

Commit d041045

Browse files
authored
bump nextftc version to 0.6.2
1 parent 4aeaff4 commit d041045

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

installation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,19 @@ Still in the `build.dependencies.gradle` file, go to the `dependencies` block. A
7979
== .gradle
8080

8181
```groovy-vue
82-
implementation 'com.rowanmcalpin.nextftc:core:0.6.1'
83-
implementation 'com.rowanmcalpin.nextftc:ftc:0.6.1'
84-
implementation 'com.rowanmcalpin.nextftc:pedro:0.6.1' // Remove if you don't intend to use PedroPathing
82+
implementation 'com.rowanmcalpin.nextftc:core:0.6.2'
83+
implementation 'com.rowanmcalpin.nextftc:ftc:0.6.2'
84+
implementation 'com.rowanmcalpin.nextftc:pedro:0.6.2' // Remove if you don't intend to use PedroPathing
8585
implementation 'com.pedropathing:pedro:{{ pedroPathingVersion }}' // Remove if you don't intend to use PedroPathing
8686
implementation 'com.acmerobotics.dashboard:dashboard:0.4.16' // Remove if you don't intend to use the FTC Dashboard (required if using PedroPathing)
8787
```
8888

8989
== .gradle.kts
9090

9191
```kotlin-vue
92-
implementation("com.rowanmcalpin.nextftc:core:0.6.0")
93-
implementation("com.rowanmcalpin.nextftc:ftc:0.6.0")
94-
implementation("com.rowanmcalpin.nextftc:pedro:0.6.0") // Remove if you don't intend to use PedroPathing
92+
implementation("com.rowanmcalpin.nextftc:core:0.6.2")
93+
implementation("com.rowanmcalpin.nextftc:ftc:0.6.2")
94+
implementation("com.rowanmcalpin.nextftc:pedro:0.6.2") // Remove if you don't intend to use PedroPathing
9595
implementation("com.pedropathing:pedro:{{ pedroPathingVersion }}") // Remove if you don't intend to use PedroPathing
9696
implementation("com.acmerobotics.dashboard:dashboard:0.4.16") // Remove if you don't intend to use the FTC Dashboard (required if using PedroPathing)
9797
```

0 commit comments

Comments
 (0)