mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 22:25:44 +03:00
Merge pull request #13424 from nextcloud/renovate/androidx.test-runner-1.x
fix(deps): update dependency androidx.test:runner to v1.6.2
This commit is contained in:
commit
bd217d9ac2
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ dependencies {
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
|
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
|
||||||
androidTestImplementation "androidx.test:rules:$androidxTestVersion"
|
androidTestImplementation "androidx.test:rules:$androidxTestVersion"
|
||||||
// Android JUnit Runner
|
// Android JUnit Runner
|
||||||
androidTestImplementation "androidx.test:runner:1.6.1"
|
androidTestImplementation "androidx.test:runner:1.6.2"
|
||||||
androidTestUtil "androidx.test:orchestrator:1.5.0"
|
androidTestUtil "androidx.test:orchestrator:1.5.0"
|
||||||
androidTestImplementation "androidx.test:core-ktx:$androidxTestVersion"
|
androidTestImplementation "androidx.test:core-ktx:$androidxTestVersion"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue