Skip to content

Commit

Permalink
update gradle impl
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza Amuzadeh committed Aug 11, 2020
1 parent cd67a0b commit c3b080e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
// SUPPORT LIBRARY
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.cardview:cardview:1.0.0'
api "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
api 'androidx.recyclerview:recyclerview:1.1.0'
// OTHERS
implementation 'com.tuyenmonkey:mkloader:1.4.0'
// TESTS
Expand Down

0 comments on commit c3b080e

Please sign in to comment.