We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e125a8 commit 8c7f8f9Copy full SHA for 8c7f8f9
README.md
@@ -74,8 +74,13 @@ Apache License 2.0.
74
repository configured in build.gradle(you need to modify repository url and credentials in build.gradle file). Add
75
dependency:
76
```groovy
77
- compile 'lecho.lib.hellocharts:hellocharts-library:1.1@aar'
78
- compile 'com.android.support:support-v4:21.0.+'
+ repositories {
+ mavenLocal()
79
+ }
80
+
81
+ dependencies{
82
+ compile 'com.github.lecho:hellocharts-library:<version>@aar'
83
84
```
85
86
##Usage
0 commit comments