File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Custom Adapter RecyclerView
2
2
3
- [ ![ Download] ( https://api.bintray.com/packages/farshidroohi/CustomAdapterRecyclerview/CustomAdapterRecyclerview/images/download.svg?version=1.0.3 ) ] ( https://bintray.com/farshidroohi/CustomAdapterRecyclerview/CustomAdapterRecyclerview/1.0.3 /link )
4
- ![ API] ( https://img.shields.io/badge/API-18 %2B-blue.svg?style=flat ) [ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-Custom%20Adapter%20RecyclerView-blue.svg?style=flat )] ( https://android-arsenal.com/details/1/7759 )
3
+ [ ![ Download] ( https://api.bintray.com/packages/farshidroohi/CustomAdapterRecyclerview/CustomAdapterRecyclerview/images/download.svg?version=1.0.4 ) ] ( https://bintray.com/farshidroohi/CustomAdapterRecyclerview/CustomAdapterRecyclerview/1.0.4 /link )
4
+ ![ API] ( https://img.shields.io/badge/API-14 %2B-blue.svg?style=flat ) [ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-Custom%20Adapter%20RecyclerView-blue.svg?style=flat )] ( https://android-arsenal.com/details/1/7759 )
5
5
6
6
7
7
@@ -20,7 +20,7 @@ Very simple use android recyclerView adapter and endlessScrolled in android supp
20
20
21
21
``` Gradle
22
22
implementation 'androidx.recyclerview:recyclerview:1.0.0'
23
- implementation 'ir.farshid_roohi:customAdapterRecycleView:1.0.3 '
23
+ implementation 'ir.farshid_roohi:customAdapterRecycleView:1.0.4 '
24
24
```
25
25
<hr >
26
26
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ artifacts {
48
48
archives generateSourcesJar
49
49
}
50
50
group = ' ir.farshid_roohi'
51
- version = ' 1.0.3 '
51
+ version = ' 1.0.4 '
52
52
53
53
bintray {
54
54
user = ' xxxx'
@@ -60,10 +60,10 @@ bintray {
60
60
userOrg = ' '
61
61
62
62
version {
63
- name = ' 1.0.3 '
63
+ name = ' 1.0.4 '
64
64
desc = ' Custom Adapter RecyclerView'
65
65
released = new Date ()
66
- vcsTag = ' 1.0.3 '
66
+ vcsTag = ' 1.0.4 '
67
67
}
68
68
69
69
licenses = [' Apache-2.0' ]
You can’t perform that action at this time.
0 commit comments