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 f96c158 commit ded3a35Copy full SHA for ded3a35
packages/collectionview/platforms/android/include.gradle
@@ -1,7 +1,7 @@
1
dependencies {
2
def androidXRecyclerViewVersion = project.hasProperty("androidXRecyclerViewVersion") ? project.androidXRecyclerViewVersion : "1.1.0"
3
implementation "androidx.recyclerview:recyclerview:$androidXRecyclerViewVersion"
4
- compile ('com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:1.0.0@aar'){
+ implementation ('com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:1.0.0@aar'){
5
transitive=true
6
}
7
0 commit comments