Skip to content

Commit

Permalink
Update README.md with 2020.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekma authored Jan 2, 2020
1 parent 2df2283 commit c13cf96
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ repositories {
Under the `dependencies` section of your `build.gradle`, add the specific submodules that you want in your project. All of the submodules are presented below.

```groovy
compile 'org.ghrobotics.FalconLibrary:core:2020.1.1'
compile 'org.ghrobotics.FalconLibrary:wpi:2020.1.1'
compile 'org.ghrobotics.FalconLibrary:vendorCTRE:2020.1.1'
compile 'org.ghrobotics.FalconLibrary:vendorNAVX:2020.1.1'
compile 'org.ghrobotics.FalconLibrary:vendorREV:2020.1.1'
compile 'org.ghrobotics.FalconLibrary:core:2020.1.2'
compile 'org.ghrobotics.FalconLibrary:wpi:2020.1.2'
compile 'org.ghrobotics.FalconLibrary:vendorCTRE:2020.1.2'
compile 'org.ghrobotics.FalconLibrary:vendorNAVX:2020.1.2'
compile 'org.ghrobotics.FalconLibrary:vendorREV:2020.1.2'
```

Alternatively, you can include all submodules at once:
```groovy
compile 'org.ghrobotics:FalconLibrary:2020.1.1'
compile 'org.ghrobotics:FalconLibrary:2020.1.2'
```

Note that you must include the `vendordeps` JSON file in your own robot project to correctly use the `vendorXXX` modules.
Expand Down

0 comments on commit c13cf96

Please sign in to comment.