Skip to content

Commit d810804

Browse files
committed
Release version 2.0.1
1 parent c6f5218 commit d810804

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Very simple use android recyclerView adapter and endlessScrolled in android supp
2121

2222
```Gradle
2323
implementation 'androidx.recyclerview:recyclerview:1.1.0'
24-
implementation 'ir.farshid_roohi:customAdapterRecycleView:2.0.0'
24+
implementation 'ir.farshid_roohi:customAdapterRecycleView:2.0.1'
2525
```
2626
<hr>
2727

customAdapterRecycleView/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ artifacts {
4949
archives generateSourcesJar
5050
}
5151
group = 'ir.farshid_roohi'
52-
version = '2.0.0'
52+
version = '2.0.1'
5353

5454
bintray {
5555
user = 'xxxx'
@@ -61,10 +61,10 @@ bintray {
6161
userOrg = ''
6262

6363
version {
64-
name = '2.0.0'
64+
name = '2.0.1'
6565
desc = 'Custom Adapter RecyclerView'
6666
released = new Date()
67-
vcsTag = '2.0.0'
67+
vcsTag = '2.0.1'
6868
}
6969

7070
licenses = ['Apache-2.0']
@@ -79,7 +79,7 @@ dependencies {
7979
implementation 'androidx.appcompat:appcompat:1.1.0'
8080
implementation 'androidx.recyclerview:recyclerview:1.1.0'
8181

82-
testImplementation 'junit:junit:4.12'
82+
testImplementation 'junit:junit:4.13'
8383
androidTestImplementation 'androidx.test:runner:1.2.0'
8484
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
8585
implementation "androidx.core:core-ktx:1.2.0"

0 commit comments

Comments
 (0)