We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46bdd1 commit 833ce4fCopy full SHA for 833ce4f
README.md
@@ -24,7 +24,9 @@ allprojects {
24
**Step 2.** Add the dependency
25
```
26
dependencies {
27
- implementation 'com.github.Omega-R:OmegaRecyclerView:1.7.7@aar'
+ 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
30
}
31
32
0 commit comments