Skip to content

Commit

Permalink
chore: Update shimmer dependency (#2310)
Browse files Browse the repository at this point in the history
* chore: Update shimmer dependency

* fix: trigger circle ci

* revert extra line deletion
  • Loading branch information
atm1504 authored and iamareebjamal committed Jul 18, 2019
1 parent f2ba2ca commit 2ab8580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ dependencies {
implementation "com.jakewharton.timber:timber:${rootConfiguration.timberVersion}"

//Shimmer
implementation 'com.facebook.shimmer:shimmer:0.4.0'
implementation "com.facebook.shimmer:shimmer:${rootConfiguration.shimmerVersion}"

//Smart LOck authentication
implementation "com.google.android.gms:play-services-auth:${rootConfiguration.playServiceAuthVersion}"
Expand Down
1 change: 1 addition & 0 deletions app/config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ ext {
jUnitVersion = '4.12'
mockitoCoreVersion = '1.10.19'
playServiceAuthVersion='16.0.1'
shimmerVersion = "0.5.0"
}

0 comments on commit 2ab8580

Please sign in to comment.