Skip to content

Commit

Permalink
修改README
Browse files Browse the repository at this point in the history
  • Loading branch information
jenly1314 committed Mar 24, 2017
1 parent c1f71c8 commit 27ec440
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ Base是针对于Android开发封装好一些常用的基类,主要包括通用
<dependency>
<groupId>com.king.base</groupId>
<artifactId>base</artifactId>
<version>2.0</version>
<version>2.0.1</version>
<type>pom</type>
</dependency>
```
### Gradle:
```gradle
compile 'com.king.base:base:2.0'
compile 'com.king.base:base:2.0.1'
```
### Lvy:
```lvy
<dependency org='com.king.base' name='base' rev='2.0'>
<dependency org='com.king.base' name='base' rev='2.0.1'>
<artifact name='$AID' ext='pom'></artifact>
</dependency>
```
Expand Down

0 comments on commit 27ec440

Please sign in to comment.