Skip to content

Commit 8c7f8f9

Browse files
committed
Update README.md
1 parent 4e125a8 commit 8c7f8f9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,13 @@ Apache License 2.0.
7474
repository configured in build.gradle(you need to modify repository url and credentials in build.gradle file). Add
7575
dependency:
7676
```groovy
77-
compile 'lecho.lib.hellocharts:hellocharts-library:1.1@aar'
78-
compile 'com.android.support:support-v4:21.0.+'
77+
repositories {
78+
mavenLocal()
79+
}
80+
81+
dependencies{
82+
compile 'com.github.lecho:hellocharts-library:<version>@aar'
83+
}
7984
```
8085

8186
##Usage

0 commit comments

Comments
 (0)