diff --git a/README.md b/README.md index 7c8b110..328b7d0 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,25 @@ And also you can contribute more color style, or new idea to me. ###Usage ---- -Add the following config in your `build.gradle`: +#### Gradle ```groovy dependencies { - compile 'com.daimajia.numberprogressbar:library:1.1@aar' + compile 'com.daimajia.numberprogressbar:library:1.2@aar' } ``` +#### Maven + +```xml + + com.daimajia.numberprogressbar + library + 1.2 + apklib + +``` + Use it in your own code: ```java