Update test dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Amab 2022-12-12 19:03:21 +01:00
parent a2e0540430
commit fa3e58b6a1

View File

@ -125,6 +125,6 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation "androidx.test:core:$test_version"
androidTestImplementation "androidx.test:rules:$test_version"
androidTestImplementation "androidx.test:runner:$test_version"
androidTestImplementation "androidx.test:runner:1.5.1"
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
}