File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -177,18 +177,17 @@ object Config {
177177 }
178178
179179 object TestLibs {
180- private val androidxTestVersion = " 1.5.0"
181180 private val espressoVersion = " 3.5.0"
182181
183182 val androidJUnitRunner = " androidx.test.runner.AndroidJUnitRunner"
184183 val kotlinTestJunit = " org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion "
185- val androidxCore = " androidx.test:core:$androidxTestVersion "
186- val androidxRunner = " androidx.test:runner:$androidxTestVersion "
187- val androidxTestCoreKtx = " androidx.test:core-ktx:$androidxTestVersion "
188- val androidxTestRules = " androidx.test:rules:$androidxTestVersion "
184+ val androidxCore = " androidx.test:core:1.6.1 "
185+ val androidxRunner = " androidx.test:runner:1.6.2 "
186+ val androidxTestCoreKtx = " androidx.test:core-ktx:1.6.1 "
187+ val androidxTestRules = " androidx.test:rules:1.6.1 "
189188 val espressoCore = " androidx.test.espresso:espresso-core:$espressoVersion "
190189 val espressoIdlingResource = " androidx.test.espresso:espresso-idling-resource:$espressoVersion "
191- val androidxTestOrchestrator = " androidx.test:orchestrator:1.4.2 "
190+ val androidxTestOrchestrator = " androidx.test:orchestrator:1.5.0 "
192191 val androidxJunit = " androidx.test.ext:junit:1.1.5"
193192 val androidxCoreKtx = " androidx.core:core-ktx:1.7.0"
194193 val robolectric = " org.robolectric:robolectric:4.10.3"
You can’t perform that action at this time.
0 commit comments