Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
Next try
Browse files Browse the repository at this point in the history
  • Loading branch information
DreierF committed Jul 28, 2019
1 parent a4304c9 commit 7635874
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ dependencies {
androidTestImplementation dependencies.androidxTestCore
androidTestImplementation dependencies.runner
androidTestImplementation dependencies.rules
androidTestUtil dependencies.androidTestOrchestrator
androidTestImplementation dependencies.uiAutomator
androidTestImplementation dependencies.espressoCore
androidTestImplementation dependencies.espressoContrib
Expand All @@ -253,11 +254,11 @@ dependencies {

implementation dependencies.multiDex

androidTestImplementation 'androidx.test:runner:1.1.0'
androidTestUtil 'androidx.test:orchestrator:1.1.0'
}

project.configurations.all {
configurations.all {
exclude module: 'httpclient'
exclude module: 'commons-logging'
resolutionStrategy.eachDependency { details ->
if (details.requested.group == 'com.google.guava' && details.requested.name == 'guava') {
details.useVersion '27.0.1-android'
Expand Down
1 change: 1 addition & 0 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ ext {
androidxTestCore : 'androidx.test:core:1.0.0',
androidxTestExt : 'androidx.test.ext:junit:1.1.1',
androidxTestTruth : 'androidx.test.ext:truth:1.2.0',
androidTestOrchestrator : 'androidx.test:orchestrator:1.1.0',

supportDesign : 'com.android.support:design:28.0.0',

Expand Down

0 comments on commit 7635874

Please sign in to comment.