Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
berberman committed Mar 18, 2019
1 parent a696c85 commit f242805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ before_install:
- chmod a+x gradlew

script:
- "./gradlew assemble"
- "./gradlew build"

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mechdancerlib is a FTC robot library written by Kotlin. It provides structurize

### Add to your project

Clone and build this project, you will get `mechdancerlib.aar` aar file and `mechdancerlib-sources.jar` sources jar in `/main/build/libs`, add them into `libs` folder in your *ftc_app* project. Afterwards, append:
Find latest version in [releases](https://github.com/MechDancer/mechdancerlib/releases) or clone and build this project, you will get `mechdancerlib.aar` aar file and `mechdancerlib-sources.jar` sources jar in `/main/build/libs`, add them into `libs` folder in your *ftc_app* project. Afterwards, append:

```groovy
implementation(name: 'mechdancerlib', ext: 'aar')
Expand Down

0 comments on commit f242805

Please sign in to comment.