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 ee20aaa commit 108bd3fCopy full SHA for 108bd3f
app/build.gradle
@@ -40,11 +40,11 @@ android {
40
}
41
42
dependencies {
43
- androidTestImplementation 'androidx.test:runner:1.4.0'
44
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
45
- androidTestImplementation 'androidx.test:rules:1.4.0'
+ androidTestImplementation 'androidx.test:runner:1.5.2'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
+ androidTestImplementation 'androidx.test:rules:1.5.0'
46
47
- implementation 'androidx.annotation:annotation:1.2.0'
+ implementation 'androidx.annotation:annotation:1.5.0'
48
49
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.2'
50
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.4.2'
0 commit comments