Skip to content

Commit def6444

Browse files
authored
Change NextFTC version to one that actually exists
1 parent 8bc6fb7 commit def6444

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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.5.10-beta'
83-
implementation 'com.rowanmcalpin.nextftc:ftc:0.5.10-beta'
84-
implementation 'com.rowanmcalpin.nextftc:pedro:0.5.10-beta' // Remove if you don't intend to use PedroPathing
82+
implementation 'com.rowanmcalpin.nextftc:core:0.5.10-beta1'
83+
implementation 'com.rowanmcalpin.nextftc:ftc:0.5.10-beta1'
84+
implementation 'com.rowanmcalpin.nextftc:pedro:0.5.10-beta1' // 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.5.10-beta")
93-
implementation("com.rowanmcalpin.nextftc:ftc:0.5.10-beta")
94-
implementation("com.rowanmcalpin.nextftc:pedro:0.5.10-beta") // Remove if you don't intend to use PedroPathing
92+
implementation("com.rowanmcalpin.nextftc:core:0.5.10-beta1")
93+
implementation("com.rowanmcalpin.nextftc:ftc:0.5.10-beta1")
94+
implementation("com.rowanmcalpin.nextftc:pedro:0.5.10-beta1") // 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)