We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd67a0b commit c3b080eCopy full SHA for c3b080e
library/build.gradle
@@ -30,10 +30,10 @@ dependencies {
30
implementation fileTree(include: ['*.jar'], dir: 'libs')
31
// SUPPORT LIBRARY
32
implementation 'androidx.appcompat:appcompat:1.2.0'
33
- implementation 'androidx.recyclerview:recyclerview:1.1.0'
34
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
35
implementation 'androidx.cardview:cardview:1.0.0'
36
api "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
+ api 'androidx.recyclerview:recyclerview:1.1.0'
37
// OTHERS
38
implementation 'com.tuyenmonkey:mkloader:1.4.0'
39
// TESTS
0 commit comments