Skip to content

Commit ded3a35

Browse files
committed
fix(collectionview): android fix for gradle 7.0
1 parent f96c158 commit ded3a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies {
22
def androidXRecyclerViewVersion = project.hasProperty("androidXRecyclerViewVersion") ? project.androidXRecyclerViewVersion : "1.1.0"
33
implementation "androidx.recyclerview:recyclerview:$androidXRecyclerViewVersion"
4-
compile ('com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:1.0.0@aar'){
4+
implementation ('com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:1.0.0@aar'){
55
transitive=true
66
}
77
}

0 commit comments

Comments
 (0)