Skip to content

Commit 2ab8580

Browse files
atm1504iamareebjamal
authored andcommitted
chore: Update shimmer dependency (#2310)
* chore: Update shimmer dependency * fix: trigger circle ci * revert extra line deletion
1 parent f2ba2ca commit 2ab8580

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ dependencies {
151151
implementation "com.jakewharton.timber:timber:${rootConfiguration.timberVersion}"
152152

153153
//Shimmer
154-
implementation 'com.facebook.shimmer:shimmer:0.4.0'
154+
implementation "com.facebook.shimmer:shimmer:${rootConfiguration.shimmerVersion}"
155155

156156
//Smart LOck authentication
157157
implementation "com.google.android.gms:play-services-auth:${rootConfiguration.playServiceAuthVersion}"

app/config.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ ext {
2424
jUnitVersion = '4.12'
2525
mockitoCoreVersion = '1.10.19'
2626
playServiceAuthVersion='16.0.1'
27+
shimmerVersion = "0.5.0"
2728
}

0 commit comments

Comments
 (0)