We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b3b78d commit ce38949Copy full SHA for ce38949
app/build.gradle
@@ -230,7 +230,7 @@ dependencies {
230
testImplementation 'androidx.arch.core:core-testing:2.2.0'
231
testImplementation 'androidx.room:room-testing:2.6.1'
232
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
233
- testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16'
+ testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16.1'
234
testImplementation 'com.shazam:shazamcrest:0.11'
235
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
236
testImplementation 'com.github.niknetniko:easy-random:master-SNAPSHOT'
0 commit comments