File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Very simple use android recyclerView adapter and endlessScrolled in android supp
21
21
22
22
``` Gradle
23
23
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 '
25
25
```
26
26
<hr >
27
27
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ artifacts {
49
49
archives generateSourcesJar
50
50
}
51
51
group = ' ir.farshid_roohi'
52
- version = ' 2.0.0 '
52
+ version = ' 2.0.1 '
53
53
54
54
bintray {
55
55
user = ' xxxx'
@@ -61,10 +61,10 @@ bintray {
61
61
userOrg = ' '
62
62
63
63
version {
64
- name = ' 2.0.0 '
64
+ name = ' 2.0.1 '
65
65
desc = ' Custom Adapter RecyclerView'
66
66
released = new Date ()
67
- vcsTag = ' 2.0.0 '
67
+ vcsTag = ' 2.0.1 '
68
68
}
69
69
70
70
licenses = [' Apache-2.0' ]
@@ -79,7 +79,7 @@ dependencies {
79
79
implementation ' androidx.appcompat:appcompat:1.1.0'
80
80
implementation ' androidx.recyclerview:recyclerview:1.1.0'
81
81
82
- testImplementation ' junit:junit:4.12 '
82
+ testImplementation ' junit:junit:4.13 '
83
83
androidTestImplementation ' androidx.test:runner:1.2.0'
84
84
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
85
85
implementation " androidx.core:core-ktx:1.2.0"
You can’t perform that action at this time.
0 commit comments