Skip to content

Commit c3b080e

Browse files
author
Reza Amuzadeh
committed
update gradle impl
1 parent cd67a0b commit c3b080e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ dependencies {
3030
implementation fileTree(include: ['*.jar'], dir: 'libs')
3131
// SUPPORT LIBRARY
3232
implementation 'androidx.appcompat:appcompat:1.2.0'
33-
implementation 'androidx.recyclerview:recyclerview:1.1.0'
3433
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
3534
implementation 'androidx.cardview:cardview:1.0.0'
3635
api "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
36+
api 'androidx.recyclerview:recyclerview:1.1.0'
3737
// OTHERS
3838
implementation 'com.tuyenmonkey:mkloader:1.4.0'
3939
// TESTS

0 commit comments

Comments
 (0)