mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
extracting orchestrator dependency to the dependencies.gradle file
This commit is contained in:
parent
4f340f6b90
commit
7bd8890276
3 changed files with 3 additions and 2 deletions
|
@ -58,6 +58,7 @@ ext.libs = [
|
|||
'pagingRuntimeKtx' : "androidx.paging:paging-runtime-ktx:2.1.2",
|
||||
'coreTesting' : "androidx.arch.core:core-testing:2.1.0",
|
||||
'testCore' : "androidx.test:core:$androidxTest",
|
||||
'orchestrator' : "androidx.test:orchestrator:$androidxTest",
|
||||
'testRunner' : "androidx.test:runner:$androidxTest",
|
||||
'testRules' : "androidx.test:rules:$androidxTest",
|
||||
'espressoCore' : "androidx.test.espresso:espresso-core:$espresso",
|
||||
|
|
|
@ -179,5 +179,5 @@ dependencies {
|
|||
// Plant Timber tree for test
|
||||
androidTestImplementation libs.tests.timberJunitRule
|
||||
|
||||
androidTestUtil 'androidx.test:orchestrator:1.4.0'
|
||||
androidTestUtil libs.androidx.orchestrator
|
||||
}
|
||||
|
|
|
@ -508,5 +508,5 @@ dependencies {
|
|||
androidTestImplementation('com.adevinta.android:barista:4.1.0') {
|
||||
exclude group: 'org.jetbrains.kotlin'
|
||||
}
|
||||
androidTestUtil 'androidx.test:orchestrator:1.4.0'
|
||||
androidTestUtil libs.androidx.orchestrator
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue