Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lecho committed Feb 10, 2015
1 parent 4e125a8 commit 8c7f8f9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,13 @@ Apache License 2.0.
repository configured in build.gradle(you need to modify repository url and credentials in build.gradle file). Add
dependency:
```groovy
compile 'lecho.lib.hellocharts:hellocharts-library:1.1@aar'
compile 'com.android.support:support-v4:21.0.+'
repositories {
mavenLocal()
}
dependencies{
compile 'com.github.lecho:hellocharts-library:<version>@aar'
}
```

##Usage
Expand Down

0 comments on commit 8c7f8f9

Please sign in to comment.