Skip to content

Commit

Permalink
WireMock 2.8.0 and Espresso 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam committed Sep 18, 2017
1 parent da0bd2f commit 5324caa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
testCompile 'junit:junit:4.12'

//WireMock - It's typically bad practice to put WireMock in a release because of it's large size, but this is a sample app.
compile("com.github.tomakehurst:wiremock:2.6.0") {
compile("com.github.tomakehurst:wiremock:2.8.0") {
//Using Android Version Instead
exclude group: 'org.apache.httpcomponents', module: 'httpclient'

Expand All @@ -89,10 +89,10 @@ dependencies {
}
compile 'org.apache.httpcomponents:httpclient-android:4.3.5.1'
compile 'commons-io:commons-io:2.4'
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.2', {
androidTestCompile 'com.android.support.test.espresso:espresso-core:3.0.1', {
exclude group: 'com.android.support', module: 'support-annotations'
}
androidTestCompile 'com.android.support.test.espresso:espresso-contrib:2.2.2', {
androidTestCompile 'com.android.support.test.espresso:espresso-contrib:3.0.1', {
exclude group: 'com.android.support', module: 'support-annotations'
exclude group: 'com.android.support', module: 'support-v4'
exclude group: 'com.android.support', module: 'design'
Expand Down
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ buildscript {
allprojects {
repositories {
jcenter()
maven {
url 'https://maven.google.com'
// Alternative URL is 'https://dl.google.com/dl/android/maven2/'
}
}
}

Expand Down

0 comments on commit 5324caa

Please sign in to comment.