Skip to content

Commit 3e83396

Browse files
committed
release version 1.0.4
1 parent 2e1d4e6 commit 3e83396

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Custom Adapter RecyclerView
22

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)
55

66

77

@@ -20,7 +20,7 @@ Very simple use android recyclerView adapter and endlessScrolled in android supp
2020

2121
```Gradle
2222
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'
2424
```
2525
<hr>
2626

customAdapterRecycleView/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ artifacts {
4848
archives generateSourcesJar
4949
}
5050
group = 'ir.farshid_roohi'
51-
version = '1.0.3'
51+
version = '1.0.4'
5252

5353
bintray {
5454
user = 'xxxx'
@@ -60,10 +60,10 @@ bintray {
6060
userOrg = ''
6161

6262
version {
63-
name = '1.0.3'
63+
name = '1.0.4'
6464
desc = 'Custom Adapter RecyclerView'
6565
released = new Date()
66-
vcsTag = '1.0.3'
66+
vcsTag = '1.0.4'
6767
}
6868

6969
licenses = ['Apache-2.0']

0 commit comments

Comments
 (0)