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 a3a5980 commit a81d48cCopy full SHA for a81d48c
app/build.gradle
@@ -92,7 +92,7 @@ dependencies {
92
testImplementation 'androidx.test.ext:junit:1.1.5'
93
testImplementation "androidx.test:rules:1.5.0"
94
testImplementation "com.squareup.okhttp3:mockwebserver:$OKHTTP_VERSION"
95
- testImplementation "com.jraska.livedata:testing-ktx:1.1.2"
+ testImplementation "com.jraska.livedata:testing-ktx:1.2.0"
96
testImplementation "androidx.arch.core:core-testing:2.2.0"
97
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
98
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0"
0 commit comments