Skip to content

Commit 833ce4f

Browse files
Update README.md
1 parent c46bdd1 commit 833ce4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ allprojects {
2424
**Step 2.** Add the dependency
2525
```
2626
dependencies {
27-
implementation 'com.github.Omega-R:OmegaRecyclerView:1.7.7@aar'
27+
implementation 'com.github.Omega-R:OmegaRecyclerView:1.9.0@aar' // AndroidX
28+
// or
29+
// implementation 'com.github.Omega-R:OmegaRecyclerView:1.8.0@aar' // Android Support
2830
}
2931
```
3032

0 commit comments

Comments
 (0)