Skip to content

Commit

Permalink
Avoid wildcard dependency in stetho-okhttp
Browse files Browse the repository at this point in the history
According to facebook#59, it should be safe to just depend on 2.2.0 and ask the
dependency resolver to figure it out.
  • Loading branch information
Josh Guilfoyle authored and longinoa committed Mar 11, 2015
1 parent 2274f38 commit 2b260d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stetho-okhttp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ apply plugin: 'android-unit-test'
dependencies {
compile project(':stetho')
compile 'com.google.code.findbugs:jsr305:2.0.1'
//noinspection GradleDynamicVersion
compile 'com.squareup.okhttp:okhttp:[2,3)'
compile 'com.squareup.okhttp:okhttp:2.2.0'

testCompile 'junit:junit:4.12'
testCompile('org.robolectric:robolectric:2.4') {
Expand Down

0 comments on commit 2b260d4

Please sign in to comment.