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 7054a11 commit c9c2b64Copy full SHA for c9c2b64
app/build.gradle
@@ -46,6 +46,6 @@ dependencies {
46
implementation 'androidx.core:core-ktx:1.10.1'
47
implementation 'androidx.preference:preference-ktx:1.2.0'
48
testImplementation 'junit:junit:4.13.2'
49
- androidTestImplementation 'androidx.test:runner:1.5.2'
50
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
+ androidTestImplementation 'androidx.test:runner:1.6.2'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
51
}
0 commit comments