Skip to content

Commit 5341e3e

Browse files
committed
bump version 1.6.1
1 parent 6176639 commit 5341e3e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22

33
这个库是我在日常开发过程中积累下来的一些可复用组件,大部分都在我的工作项目和个人项目中有使用。
44

5-
最新版本: [![Maven Central](http://img.shields.io/badge/2018.06.18-com.mcxiaoke.next:core:1.5.4-brightgreen.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.mcxiaoke.next%22)
5+
最新版本: [![Maven Central](http://img.shields.io/badge/2018.06.18-com.mcxiaoke.next:core:1.6.1-brightgreen.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.mcxiaoke.next%22)
66

77
## Gradle集成
88

99
```groovy
1010
// core 核心库, 格式:jar和aar
11-
compile 'com.mcxiaoke.next:core:1.5.4'
11+
compile 'com.mcxiaoke.next:core:1.6.1'
1212
// task 异步任务库,格式:jar和aar
13-
compile 'com.mcxiaoke.next:task:1.5.4'
13+
compile 'com.mcxiaoke.next:task:1.6.1'
1414
// http HTTP组件, 格式:jar和aar
15-
compile 'com.mcxiaoke.next:http:1.5.4'
15+
compile 'com.mcxiaoke.next:http:1.6.1'
1616
// 函数操作组件
17-
compile 'com.mcxiaoke.next:functions:1.5.4'
17+
compile 'com.mcxiaoke.next:functions:1.6.1'
1818
// ui UI组件, 格式:aar
19-
compile 'com.mcxiaoke.next:ui:1.5.4'
19+
compile 'com.mcxiaoke.next:ui:1.6.1'
2020
// recycler EndlessRecyclerView, 格式:aar
21-
compile 'com.mcxiaoke.next:recycler:1.5.4'
21+
compile 'com.mcxiaoke.next:recycler:1.6.1'
2222
// extra-abc 依赖support-v7 AppCompat 格式:aar
23-
compile 'com.mcxiaoke.next:extras-abc:1.5.4'
23+
compile 'com.mcxiaoke.next:extras-abc:1.6.1'
2424
2525
```
2626

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=1.6.0
2-
VERSION_CODE=1600
1+
VERSION_NAME=1.6.1
2+
VERSION_CODE=1601
33
GROUP=com.mcxiaoke.next
44

55
POM_DESCRIPTION=Android Next Components: Cache, Task, Views, Widgets, Utils

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip

0 commit comments

Comments
 (0)