0
0
mirror of https://github.com/mueller-ma/PrepaidBalance.git synced 2024-09-19 16:02:14 +02:00

Update dependency androidx.test.ext:junit to v1.2.1

This commit is contained in:
renovate[bot] 2024-08-01 00:17:16 +00:00 committed by GitHub
parent f3e56a91bd
commit b9c2f74bd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,6 +80,6 @@ dependencies {
implementation "androidx.core:core-splashscreen:1.0.1"
testImplementation "junit:junit:4.13.2"
androidTestImplementation "androidx.test.ext:junit:1.1.5"
androidTestImplementation "androidx.test.ext:junit:1.2.1"
androidTestImplementation "androidx.test.espresso:espresso-core:3.5.1"
}