Skip to content

Commit

Permalink
v0.4.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrott committed Sep 29, 2022
1 parent df5e695 commit 5e127ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FtcDashboard/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.dashboard_version = '0.4.5'
ext.dashboard_version = '0.4.6'
}

plugins {
Expand Down
4 changes: 2 additions & 2 deletions docs/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ layout: default

### Basic

Open `build.dependencies.gradle`. In the `repositories` section add `maven { url = 'https://maven.brott.dev/' }`, and in the `dependencies` section add `implementation 'com.acmerobotics.dashboard:dashboard:0.4.5'`.
Open `build.dependencies.gradle`. In the `repositories` section add `maven { url = 'https://maven.brott.dev/' }`, and in the `dependencies` section add `implementation 'com.acmerobotics.dashboard:dashboard:0.4.6'`.

Note: If you're using OpenRC or have non-standard SDK dependencies, add the following exclusion.
```groovy
implementation('com.acmerobotics.dashboard:dashboard:0.4.5') {
implementation('com.acmerobotics.dashboard:dashboard:0.4.6') {
exclude group: 'org.firstinspires.ftc'
}
```
Expand Down

0 comments on commit 5e127ec

Please sign in to comment.