Skip to content

Commit

Permalink
1.1->1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jenly1314 committed Feb 4, 2017
1 parent 41d3f8f commit e554e6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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>1.1</version>
<version>1.2</version>
<type>pom</type>
</dependency>
```
###Gradle:
```gradle
compile 'com.king.base:base:1.1'
compile 'com.king.base:base:1.2'
```
###Lvy:
```lvy
<dependency org='com.king.base' name='base' rev='1.1'>
<dependency org='com.king.base' name='base' rev='1.2'>
<artifact name='$AID' ext='pom'></artifact>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ publish {
userOrg = 'jenly'//bintray.com用户名
groupId = 'com.king.base'//jcenter上的路径
artifactId = 'base'//项目名称
publishVersion = '1.1'//版本号
publishVersion = '1.2'//版本号
desc = 'Base for Android'//描述
website = 'https://github.com/jenly1314/Base'//网站
}
Expand Down

0 comments on commit e554e6e

Please sign in to comment.