Upgrade dependencies of test libraries

java_describe
Benoit Marty 2021-09-13 14:37:14 +02:00 committed by Benoit Marty
parent 96407493d1
commit db90ce6b62
1 changed files with 4 additions and 4 deletions

View File

@ -148,10 +148,10 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:core:1.3.0'
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test:rules:1.3.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test:core:1.4.0'
androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation 'androidx.test:rules:1.4.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
}
project.afterEvaluate {