Skip to content

Commit

Permalink
Update version number in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekma authored Jan 17, 2020
1 parent 69af134 commit 157f240
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.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'
compile 'org.ghrobotics.FalconLibrary:core:2020.2.2'
compile 'org.ghrobotics.FalconLibrary:wpi:2020.2.2'
compile 'org.ghrobotics.FalconLibrary:vendorCTRE:2020.2.2'
compile 'org.ghrobotics.FalconLibrary:vendorNAVX:2020.2.2'
compile 'org.ghrobotics.FalconLibrary:vendorREV:2020.2.2'
```

Alternatively, you can include all submodules at once:
```groovy
compile 'org.ghrobotics:FalconLibrary:2020.1.2'
compile 'org.ghrobotics:FalconLibrary:2020.2.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 157f240

Please sign in to comment.