From 8c7f8f9cf5fc4632a17ab87393e83cb149d98243 Mon Sep 17 00:00:00 2001 From: Leszek Wach Date: Tue, 10 Feb 2015 22:23:53 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 276f667f..5008a718 100644 --- a/README.md +++ b/README.md @@ -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:@aar' + } ``` ##Usage