We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77bef9 commit 60ea666Copy full SHA for 60ea666
2 files changed
CHANGELOG.md
@@ -4,6 +4,7 @@
4
## [Unreleased]
5
6
- Updated androidx.test.ext:junit to v1.1.5
7
+- Updated androidx.test.espresso:espresso-core to v3.5.1
8
9
10
## [v0.9.25] (47) 落街插蘇 (2022-12-23)
app/build.gradle
@@ -41,5 +41,5 @@ dependencies
41
implementation 'com.google.android.material:material:1.7.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.0'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
45
}
0 commit comments