Skip to content

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daimajia committed Aug 27, 2014
1 parent bc731fc commit 253368f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dependency>
<groupId>com.daimajia.numberprogressbar</groupId>
<artifactId>library</artifactId>
<version>1.2</version>
<type>apklib</type>
</dependency>
```

Use it in your own code:

```java
Expand Down

0 comments on commit 253368f

Please # to comment.