Skip to content

Commit

Permalink
1.版本升级至3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tiamosu committed Nov 27, 2019
1 parent 826778f commit b8035f7
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 @@ -17,19 +17,19 @@ allprojects {
### fly
[ ![Download](https://api.bintray.com/packages/weixia/maven/fly/images/download.svg) ](https://bintray.com/weixia/maven/fly/_latestVersion)
```groovy
implementation 'me.xia:fly:3.0.6'
implementation 'me.xia:fly:3.0.7'
```

### fly-http
[ ![Download](https://api.bintray.com/packages/weixia/maven/fly-http/images/download.svg) ](https://bintray.com/weixia/maven/fly-http/_latestVersion)
```groovy
implementation 'me.xia:fly-http:3.0.6'
implementation 'me.xia:fly-http:3.0.7'
```

### fly-imageloader-glide
[ ![Download](https://api.bintray.com/packages/weixia/maven/fly-imageloader-glide/images/download.svg) ](https://bintray.com/weixia/maven/fly-imageloader-glide/_latestVersion)
```groovy
implementation 'me.xia:fly-imageloader-glide:3.0.6'
implementation 'me.xia:fly-imageloader-glide:3.0.7'
```

## *特别感谢*
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Configuration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Versions {
object Publish {
const val userOrg = "weixia" //bintray.com用户名
const val groupId = "me.xia" //jcenter上的路径
const val publishVersion = "3.0.6" //版本号
const val publishVersion = "3.0.7" //版本号
const val desc = "Oh hi, this is a nice description for a project, right?"
const val website = "https://github.com/tiamosu/X-MVPFly"
const val gitUrl = "https://github.com/tiamosu/X-MVPFly.git"
Expand Down

0 comments on commit b8035f7

Please sign in to comment.