Skip to content

Commit

Permalink
Update to 2020.1.1 release (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekma authored Dec 31, 2019
1 parent 8bf5742 commit 57bddc4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,20 @@ 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.0.0-8'
compile 'org.ghrobotics.FalconLibrary:wpi:2020.0.0-8'
compile 'org.ghrobotics.FalconLibrary:vendorCTRE:2020.0.0-8'
compile 'org.ghrobotics.FalconLibrary:vendorNAVX:2020.0.0-8'
compile 'org.ghrobotics.FalconLibrary:vendorREV:2020.0.0-8'
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'
```

Alternatively, you can include all submodules at once:
```groovy
compile 'org.ghrobotics:FalconLibrary:2020.0.0-8'
```

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

## Contributing
You are always welcome to submit a PR if you think that you can contribute something to this library. Remember that this is a FRC-game-agnostic library, so please don't ask for season-specific code to be merged.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

plugins {
id "org.jetbrains.kotlin.jvm" version "1.3.61" apply false
id "edu.wpi.first.GradleRIO" version "2020.1.1-beta-5" apply false
id "edu.wpi.first.GradleRIO" version "2020.1.1" apply false
id "com.diffplug.gradle.spotless" version "3.26.1" apply false
id "maven"
id "maven-publish"
Expand Down

0 comments on commit 57bddc4

Please sign in to comment.