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