There was an error while loading. Please reload this page.
1 parent 7afb095 commit 7a72c66Copy full SHA for 7a72c66
1 file changed
road-runner-docs/site/content/raw-docs/v1-0/installation.md
@@ -52,10 +52,10 @@ is **not** backwards compatible.
52
```
53
between the `android` and `dependencies` blocks. Also put
54
```groovy
55
- implementation "com.acmerobotics.roadrunner:ftc:0.1.23"
+ implementation "com.acmerobotics.roadrunner:ftc:0.1.25"
56
implementation "com.acmerobotics.roadrunner:core:1.0.1"
57
implementation "com.acmerobotics.roadrunner:actions:1.0.1"
58
- implementation "com.acmerobotics.dashboard:dashboard:0.4.17"
+ implementation "com.acmerobotics.dashboard:dashboard:0.5.0"
59
60
at the end of the `dependencies` block.
61
0 commit comments