Skip to content

Commit 25933bc

Browse files
committed
Merge pull request #379 from cymcsg/dev
Dev
2 parents 792eaf1 + 6abbd78 commit 25933bc

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
#### Master branch:[![Build Status](https://travis-ci.org/cymcsg/UltimateRecyclerView.svg?branch=master)](https://travis-ci.org/cymcsg/UltimateRecyclerView)
99

10-
#### Dev branch:[![Build Status](https://travis-ci.org/cymcsg/UltimateRecyclerView.svg?branch=dev)](https://travis-ci.org/cymcsg/UltimateRecyclerView)
11-
1210

1311
##### Project website:[https://github.com/cymcsg/UltimateRecyclerView](https://github.com/cymcsg/UltimateRecyclerView)
1412

@@ -17,17 +15,12 @@
1715

1816
###### 1.Integration jcenter
1917

20-
Please follow the latest publishing aar on jcenter.
18+
Please follow the latest publishing aar on jcenter.
2119

2220
follow by the gradle code
2321
```gradle
24-
repositories {
25-
jcenter()
26-
maven { url "http://dl.bintray.com/jjhesk/maven" }
27-
}
28-
2922
dependencies{
30-
compile 'com.hkm.ui:ultimaterecyclerview:0.5.6'
23+
compile 'com.hkm.ui:ultimaterecyclerview:0.5.8'
3124
}
3225
```
3326

@@ -41,10 +34,21 @@ dependencies{
4134
/>
4235
```
4336

37+
38+
Remote server: dont forget to declare the repos location
39+
```
40+
repositories {
41+
jcenter()
42+
maven { url "http://dl.bintray.com/jjhesk/maven" }
43+
}
44+
```
45+
4446
### Version Log
47+
* ***v0.5.8*** In this version we are now based on support library 23.4.0. We have fixed the load more and disable load more function from early triggers. There is no need to change anything from their implementations. Please read up on the example code if you have any questions from the implementations.
48+
4549
* ***v0.5.6*** In this version we now have 23.3.0 support library and the min version is supported all the ways to v13. New added feature that allow us to adding have node connector on each item on `linearlayoutmanager`. By extending `TimeLineView` you will now have unlimited builds from the things that connected to each dot.
4650
* ***v0.5.0*** this library will be based on v23.2.1 from now on. if you need have the v23.1.1 please go back to the previous release. detail of this upgrade please see [#342](https://github.com/cymcsg/UltimateRecyclerView/issues/342)
47-
* ***v0.4.9*** This is the last version that will be based on V23.1.1. and this library will not be supported on this version. For further supports please refer to the latest release.
51+
* ***v0.4.9*** This is the last version that will be based on V23.1.1. and this library will not be supported on this version. For further supports please refer to the latest release.
4852
* ***v0.3.11*** There are still version that is based on 22.+
4953

5054
### Description
@@ -129,7 +133,7 @@ Alipay:![donate](https://bytebucket.org/marshalchen/images/raw/9c442645492ddc104
129133

130134
## License
131135

132-
```
136+
```
133137
Copyright 2015 MarsellChan
134138
135139
Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)