We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ba2ca commit 2ab8580Copy full SHA for 2ab8580
app/build.gradle
@@ -151,7 +151,7 @@ dependencies {
151
implementation "com.jakewharton.timber:timber:${rootConfiguration.timberVersion}"
152
153
//Shimmer
154
- implementation 'com.facebook.shimmer:shimmer:0.4.0'
+ implementation "com.facebook.shimmer:shimmer:${rootConfiguration.shimmerVersion}"
155
156
//Smart LOck authentication
157
implementation "com.google.android.gms:play-services-auth:${rootConfiguration.playServiceAuthVersion}"
app/config.gradle
@@ -24,4 +24,5 @@ ext {
24
jUnitVersion = '4.12'
25
mockitoCoreVersion = '1.10.19'
26
playServiceAuthVersion='16.0.1'
27
+ shimmerVersion = "0.5.0"
28
}
0 commit comments