Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lguipeng authored Jan 2, 2017
1 parent 7ae583a commit e13a0ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
Add the dependency in the form
```groovy
dependencies {
compile 'com.github.lguipeng:AnimCheckBox:1.0.1'
compile 'com.github.lguipeng:AnimCheckBox:v1.0.1'
}
```
###Maven
Expand All @@ -31,7 +31,7 @@ dependencies {
<dependency>
<groupId>com.github.lguipeng</groupId>
<artifactId>AnimCheckBox</artifactId>
<version>1.0.0</version>
<version>v1.0.1</version>
</dependency>
```
###Or
Expand Down

0 comments on commit e13a0ba

Please sign in to comment.