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 8432e03 commit 0efaa21Copy full SHA for 0efaa21
app/build.gradle
@@ -65,6 +65,6 @@ dependencies {
65
implementation 'com.google.android.material:material:1.12.0'
66
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
67
testImplementation 'junit:junit:4.13.2'
68
- androidTestImplementation 'androidx.test.ext:junit:1.2.1'
69
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
+ androidTestImplementation 'androidx.test.ext:junit:1.3.0'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
70
}
0 commit comments