Skip to content

Commit ed850fc

Browse files
committed
chore: update release version 1.0.2
1 parent 4342884 commit ed850fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Create a list of different views with its different or the same set of data to bind without the boilerplate code in the RecyclerView Adapter.
44
* Use a single adapter for different lists in your entire app.
55

6-
Current version: 1.0.1-snapshot01
6+
Current version: 1.0.2
77

88
![Image of Sample App](https://github.com/topotopo/common-recyclerview-adapter-android/blob/master/screenshot.png)
99

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ dependencies {
7676

7777
implementation project(':commonadapter')
7878

79-
implementation 'com.mmicu.commonadapter:commonadapter:1.0.1-snapshot01'
79+
implementation 'com.mmicu.commonadapter:commonadapter:1.0.2'
8080

8181
implementation 'com.github.bumptech.glide:glide:4.11.0'
8282
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'

0 commit comments

Comments
 (0)