Skip to content

Commit

Permalink
readme ->0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
supern committed Aug 31, 2016
1 parent 98abd46 commit 864688c
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 @@ -42,15 +42,15 @@ For your maven dependency,
<dependency>
<groupId>com.alipay.euler</groupId>
<artifactId>andfix</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
<type>aar</type>
</dependency>
```
For your gradle dependency,

```groovy
dependencies {
compile 'com.alipay.euler:andfix:0.4.0@aar'
compile 'com.alipay.euler:andfix:0.4.1@aar'
}
```

Expand Down

0 comments on commit 864688c

Please sign in to comment.