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.
2 parents 09630d6 + 29b02df commit 11fd626Copy full SHA for 11fd626
app/build.gradle
@@ -129,7 +129,7 @@ dependencies {
129
implementation 'com.github.ittianyu:BottomNavigationViewEx:1.2.4'
130
// shimmer effect
131
implementation 'com.facebook.shimmer:shimmer:0.4.0'
132
- androidTestImplementation ('com.github.javafaker:javafaker:0.17.2') {
+ androidTestImplementation ('com.github.javafaker:javafaker:0.18') {
133
exclude group: 'org.apache.commons', module: 'commons-lang3'
134
}
135
/*androidTestImplementation group: 'com.github.javafaker', name: 'javafaker', version: '0.16'*/
@@ -217,4 +217,4 @@ repositories {
217
218
configurations.all {
219
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
220
-}
+}
0 commit comments