We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd9099 commit 2be93f9Copy full SHA for 2be93f9
1 file changed
app/build.gradle
@@ -40,6 +40,6 @@ dependencies
40
{
41
implementation 'com.google.android.material:material:1.12.0'
42
testImplementation 'junit:junit:4.13.2'
43
- androidTestImplementation 'androidx.test.ext:junit:1.1.5'
44
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
+ androidTestImplementation 'androidx.test.ext:junit:1.2.1'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
45
}
0 commit comments